UNPKG

collaborative-editor

Version:

JSON CRDT str node bindings to any generic plain text editor.

3 lines (2 loc) 180 B
export declare const applyChange: (view: string, position: number, remove: number, insert: string) => string; export declare const invokeFirstOnly: () => (fn: () => void) => void;