fn
encodeOps
testedEncode a batch of ops (the delta or a full snapshot).
Signature
ts
export function encodeOps<Op>(ops: readonly Op[]): Uint8Array{ ... }Type Parameters
OpParameters
| Parameter | Type | Description |
|---|---|---|
ops | readonly Op[] | — |
Returns
Uint8Array<ArrayBufferLike>