UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

6 lines (5 loc) 287 B
import type { OpStarts } from '../../op'; import { type JavaScriptLinked } from '@jsonjoy.com/util/lib/codegen'; import type { ApplyFn } from '../types'; export declare const $$starts: (op: OpStarts) => JavaScriptLinked<ApplyFn>; export declare const $starts: (op: OpStarts) => ApplyFn;