Files
rrweb/index.d.ts
2018-10-06 22:27:49 +08:00

5 lines
184 B
TypeScript

import { serializedNodeWithId } from './src/types';
export function snapshot(n: Document): serializedNodeWithId | null;
export function rebuild(n: serializedNodeWithId): Node | null;