diff options
Diffstat (limited to 'lib/types/index.ts')
-rw-r--r-- | lib/types/index.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/types/index.ts b/lib/types/index.ts new file mode 100644 index 0000000..5c4e4d2 --- /dev/null +++ b/lib/types/index.ts @@ -0,0 +1,5 @@ +export * from './misc'; +export * from './object'; +export * from './tagged'; +export * from './fn'; +export * from './collections'; |