add typings autogen command

This commit is contained in:
Yanzhen Yu
2019-04-01 11:47:49 +08:00
parent 03c9fde822
commit f4ebd6b731
7 changed files with 74 additions and 24 deletions

4
typings/index.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
import snapshot, { serializeNodeWithId, resetId } from './snapshot';
import rebuild, { buildNodeWithSN } from './rebuild';
export * from './types';
export { snapshot, serializeNodeWithId, resetId, rebuild, buildNodeWithSN };