UNPKG

@xysfe/memento-core

Version:

record and replay the web

9 lines (8 loc) 540 B
import record from './record'; import { Replayer } from './replay'; import { mirror } from './utils'; import * as utils from './utils'; import { pack, unpack } from './packer'; export { EventType, IncrementalSource, MouseInteractions, ReplayerEvents, } from './types'; declare const addCustomEvent: <T>(tag: string, payload: T) => void, takeFullSnapshot: <T>(options?: import("./types").recordOptions<T>, tag?: string | undefined) => void; export { record, addCustomEvent, takeFullSnapshot, Replayer, mirror, utils, pack, unpack };