summaryrefslogtreecommitdiff
path: root/lib/types/collections/index.ts
diff options
context:
space:
mode:
authorElizabeth Hunt <me@liz.coffee>2025-07-31 22:27:55 -0700
committerElizabeth Hunt <me@liz.coffee>2025-07-31 22:28:00 -0700
commit5a303202529bfea40b29e5c6b43fe3879e440753 (patch)
treee04bb044d327518b1fccb6a9415e005e15e6e40f /lib/types/collections/index.ts
parentab7c67e564cb0e155ab07612bbed9770006c55c9 (diff)
downloadpengueno-5a303202529bfea40b29e5c6b43fe3879e440753.tar.gz
pengueno-5a303202529bfea40b29e5c6b43fe3879e440753.zip
Adds JSON datatypes from advent of code utils
Diffstat (limited to 'lib/types/collections/index.ts')
-rw-r--r--lib/types/collections/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/types/collections/index.ts b/lib/types/collections/index.ts
index 8a12ad8..7b968fe 100644
--- a/lib/types/collections/index.ts
+++ b/lib/types/collections/index.ts
@@ -1 +1,2 @@
export * from './cons';
+export * from './jsonds';