UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

4 lines (3 loc) 134 B
import type { Op } from '../../op'; import type { Operation } from './types'; export declare function encode(ops: Op[]): Operation[];