Module json-crdt-patch/codec/binary

Implements JSON CRDT Patch "binary" serialization format, which is the most compact binary encoding format.

Usage:

const encoded = encode(patch);
const decoded = decode(encoded);

Index