json-joy
Version:
Collection of libraries for building collaborative editing apps.
10 lines (9 loc) • 345 B
TypeScript
import type { OtType } from '../types';
import type { StringOp } from './types';
export * from './types';
export { validate } from './validate';
export { apply } from './apply';
export { compose } from './compose';
export { transform } from './transform';
export { normalize } from './util';
export declare const type: OtType<string, StringOp>;