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 53ea173..d8cb526 100644 --- a/utils/mod.ts +++ b/utils/mod.ts @@ -1,3 +1,4 @@ +export * from "./isObject.ts"; export * from "./trace.ts"; export * from "./either.ts"; export * from "./env.ts"; |