UNPKG

rrweb

Version:
7 lines (6 loc) 274 B
import type { RecordPlugin } from '@rrweb/types'; export type SequentialIdOptions = { key: string; }; export declare const PLUGIN_NAME = "rrweb/sequential-id@1"; export declare const getRecordSequentialIdPlugin: (options?: Partial<SequentialIdOptions>) => RecordPlugin;