add typings autogen command
This commit is contained in:
4
typings/index.d.ts
vendored
Normal file
4
typings/index.d.ts
vendored
Normal 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 };
|
||||
Reference in New Issue
Block a user