UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

7 lines 151 B
import { encode } from './encode'; export class Encoder { encode(patch) { return encode(patch); } } //# sourceMappingURL=Encoder.js.map