UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines (7 loc) 291 B
import { PeritextEventDefaults } from './defaults/PeritextEventDefaults'; import type { Peritext } from '../../json-crdt-extensions'; /** * @todo Move into separately importable file. */ export declare const createEvents: (txt: Peritext) => PeritextEventDefaults; export * from './types';