UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines (3 loc) 126 B
import type { Op } from '../op'; import type { ApplyFn } from './types'; export declare const codegenOp: (op: Op) => ApplyFn;