summaryrefslogtreecommitdiff
path: root/lib/types/fn/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types/fn/index.ts')
-rw-r--r--lib/types/fn/index.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/types/fn/index.ts b/lib/types/fn/index.ts
new file mode 100644
index 0000000..191d538
--- /dev/null
+++ b/lib/types/fn/index.ts
@@ -0,0 +1,3 @@
+export * from './callable';
+export * from './optional';
+export * from './either';