We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdde7c8 commit 4872291Copy full SHA for 4872291
src/index.ts
@@ -1,5 +1,7 @@
1
export { default as Nested, NestedDatabaseType } from "@/nested.js";
2
3
-export { registerNested, flatten, toNested } from "@/utils.js";
+export { registerNested, flatten, toNested, splitKey, joinKey, isSubkey } from "@/utils.js";
4
+
5
+export { NestedKey, PossiblyNestedValue, NestedValue } from "@/types.js";
6
7
export { version } from "@/version.js";
0 commit comments