UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

6 lines (5 loc) 149 B
import type { Op } from '../../op'; import type { Operation } from './types'; export declare class Encoder { encode(patch: Op[]): Operation[]; }