diff options
Diffstat (limited to 'utils/mod.ts')
-rw-r--r-- | utils/mod.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/mod.ts b/utils/mod.ts index a8a0751..53ea173 100644 --- a/utils/mod.ts +++ b/utils/mod.ts @@ -1,4 +1,5 @@ export * from "./trace.ts"; +export * from "./either.ts"; export * from "./env.ts"; export * from "./run.ts"; export * from "./secret.ts"; |