UNPKG

@thi.ng/atom

Version:

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

6 lines (5 loc) 70 B
let NEXT_ID = 0; const nextID = () => NEXT_ID++; export { nextID };