json-joy
Version:
Collection of libraries for building collaborative editing apps.
13 lines • 332 B
JavaScript
import { xAdd } from './xAdd';
import { xRemove } from './xRemove';
import { xMove } from './xMove';
import { xStrIns } from './xStrIns';
import { xStrDel } from './xStrDel';
export const xforms = {
add: xAdd,
remove: xRemove,
move: xMove,
str_ins: xStrIns,
str_del: xStrDel,
};
//# sourceMappingURL=index.js.map