Files
rrweb/src/index.ts
2026-04-01 12:00:00 +08:00

6 lines
124 B
TypeScript

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