diff options
Diffstat (limited to 'u/types/fn/index.ts')
| -rw-r--r-- | u/types/fn/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/u/types/fn/index.ts b/u/types/fn/index.ts new file mode 100644 index 0000000..780c86c --- /dev/null +++ b/u/types/fn/index.ts @@ -0,0 +1,3 @@ +export * from './callable.js'; +export * from './either.js'; +export * from './optional.js'; |
