export reset id function

This commit is contained in:
Yanzhen Yu
2018-10-18 16:13:59 +08:00
parent 72beb51110
commit 43b2290f5f
4 changed files with 5 additions and 4 deletions

1
index.d.ts vendored
View File

@@ -8,3 +8,4 @@ export function serializeNodeWithId(
doc: Document,
map: idNodeMap,
): serializedNodeWithId | null;
export function resetId(): void;