Skip to content

Commit

Permalink
added mod.ts entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-oloughlin committed Nov 13, 2023
1 parent cbaf57f commit ccff042
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"lock": false,
"fmt": {
"semiColons": false
},
"tasks": {
"test": "deno fmt && deno check ./mod.ts && deno lint"
}
}
6 changes: 6 additions & 0 deletions mod.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export * from "./crypto.ts"
export * from "./math.ts"
export * from "./promise.ts"
export * from "./response.ts"
export * from "./time.ts"
export * from "./zod.ts"

0 comments on commit ccff042

Please sign in to comment.