diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-12-02 22:51:23 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2023-12-02 22:51:23 -0700 |
commit | 33c0bad9e3724fb939dc5fb069e14613d86fa4be (patch) | |
tree | 545cc810633cd5fe31bbbccc7d6c86d42a1ec54a /utils/index.ts | |
parent | c97078c1dc2d245d829294ff700b2e2cbcbbf3fe (diff) | |
download | aoc-33c0bad9e3724fb939dc5fb069e14613d86fa4be.tar.gz aoc-33c0bad9e3724fb939dc5fb069e14613d86fa4be.zip |
some extra utils
Diffstat (limited to 'utils/index.ts')
-rw-r--r-- | utils/index.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/index.ts b/utils/index.ts index b2e38c1..bb34979 100644 --- a/utils/index.ts +++ b/utils/index.ts @@ -1,2 +1,3 @@ export * from "./jsonds"; export * from "./point2d"; +export * from "./str"; |