Files
rrweb/src/index.ts

6 lines
226 B
TypeScript

import snapshot, { serializeNodeWithId, resetId } from './snapshot';
import rebuild, { buildNodeWithSN } from './rebuild';
export * from './types';
export { snapshot, serializeNodeWithId, resetId, rebuild, buildNodeWithSN };