UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines (7 loc) 104 B
export class AbstractOp { path; from; constructor(path) { this.path = path; } }