UNPKG

@rrweb/packer

Version:

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

8 lines (7 loc) 257 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const pack = require("./pack.cjs"); const unpack = require("./unpack.cjs"); exports.pack = pack.pack; exports.unpack = unpack.unpack; //# sourceMappingURL=packer.cjs.map