UNPKG

@rrweb/packer

Version:

`@rrweb/packer` is a tool to compress rrweb events into a smaller size.

9 lines (5 loc) 176 B
import { PackFn } from '@rrweb/types'; import { UnpackFn } from '@rrweb/types'; export declare const pack: PackFn; export declare const unpack: UnpackFn; export { }