Skip to content

Commit 4872291

Browse files
committed
Export types
1 parent cdde7c8 commit 4872291

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
export { default as Nested, NestedDatabaseType } from "@/nested.js";
22

3-
export { registerNested, flatten, toNested } from "@/utils.js";
3+
export { registerNested, flatten, toNested, splitKey, joinKey, isSubkey } from "@/utils.js";
4+
5+
export { NestedKey, PossiblyNestedValue, NestedValue } from "@/types.js";
46

57
export { version } from "@/version.js";

0 commit comments

Comments
 (0)