Skip to content

Commit a7981a7

Browse files
committed
Export utils
1 parent 0f5cca2 commit a7981a7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@orbitdb/nested-db",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Nested key-value database type for orbit-db.",
55
"author": "Julien Jean Malard-Adam",
66
"keywords": [

src/index.ts

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,19 @@
11
export { default as Nested, NestedDatabaseType, NestedApi } from "@/nested.js";
22

33
export {
4-
flatten,
5-
toNested,
64
splitKey,
75
joinKey,
6+
asSplitKey,
7+
asJoinedKey,
8+
parentKey,
89
isSubkey,
10+
isSisterKey,
11+
isNestedValueObject,
12+
isNestedValueMap,
13+
isNestedValue,
14+
isNestedKey,
15+
flatten,
16+
toNested,
917
toMap,
1018
toObject,
1119
} from "@/utils.js";

0 commit comments

Comments
 (0)