summaryrefslogtreecommitdiff
path: root/u/types/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'u/types/index.ts')
-rw-r--r--u/types/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/u/types/index.ts b/u/types/index.ts
new file mode 100644
index 0000000..c68cedc
--- /dev/null
+++ b/u/types/index.ts
@@ -0,0 +1,5 @@
+export * from './object.js';
+export * from './tagged.js';
+
+export * from './fn/index.js';
+export * from './collections/index.js';