UNPKG

@thi.ng/atom

Version:

Mutable wrappers for nested immutable values with optional undo/redo history and transaction support

9 lines (8 loc) 140 B
const EVENT_UNDO = "undo"; const EVENT_REDO = "redo"; const EVENT_RECORD = "record"; export { EVENT_RECORD, EVENT_REDO, EVENT_UNDO };