diff options
Diffstat (limited to 'u/types/collections/index.ts')
-rw-r--r-- | u/types/collections/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/u/types/collections/index.ts b/u/types/collections/index.ts new file mode 100644 index 0000000..69e5d0b --- /dev/null +++ b/u/types/collections/index.ts @@ -0,0 +1,2 @@ +export * from './cons.js'; +export * from './list_zipper.js'; |