UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

3 lines (2 loc) 108 B
import type { StringOp } from './types'; export declare const apply: (str: string, op: StringOp) => string;