UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

8 lines (7 loc) 206 B
export interface UndoCollector { /** * Mark the currently minted change {@link Patch} in {@link Builder} for undo. * It will be picked up during the next flush. */ capture(): void; }