UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

7 lines (6 loc) 116 B
import { encode } from './encode'; export class Encoder { encode(patch) { return encode(patch); } }