UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines (3 loc) 164 B
export type OperationFn = (doc: unknown) => unknown; export type PredicateOperationFn = (doc: unknown) => boolean; export type ApplyFn = (doc: unknown) => unknown;