add strict null check and fix codes

This commit is contained in:
Yanzhen Yu
2018-10-08 11:20:48 +08:00
parent 4a1137748c
commit 978e12b089
5 changed files with 14 additions and 4 deletions

1
index.d.ts vendored
View File

@@ -1,4 +1,5 @@
import { serializedNodeWithId } from './src/types';
export * from './src/types';
export function snapshot(n: Document): serializedNodeWithId | null;
export function rebuild(n: serializedNodeWithId): Node | null;