Implements JSON CRDT Patch "binary" serialization format, which is the most compact binary encoding format.
Usage:
const encoded = encode(patch);const decoded = decode(encoded); Copy
const encoded = encode(patch);const decoded = decode(encoded);
Implements JSON CRDT Patch "binary" serialization format, which is the most compact binary encoding format.
Usage: