UNPKG

pessimism

Version:

A fast HAMT Map intended for KV caching and optimistic updates

11 lines (10 loc) 145 B
export { make, asMutable, asImmutable, getUndefined as get, remove, set, setOptimistic, clearOptimistic } from './pessimism.js';