UNPKG

codemirror-ot

Version:

Operational Transformation adapter for CodeMirror 6.

11 lines (9 loc) 252 B
export { changesToOpJSON0, changesToOpJSON1, opToChangesJSON0, opToChangesJSON1, } from './translation'; export { json1Sync } from './integration'; export { canOpAffectPath } from './canOpAffectPath'; export { reconstructOp } from './fileOp';