From 5a303202529bfea40b29e5c6b43fe3879e440753 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Thu, 31 Jul 2025 22:27:55 -0700 Subject: Adds JSON datatypes from advent of code utils --- lib/types/collections/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/types/collections/index.ts') 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'; -- cgit v1.2.3-70-g09d2