UNPKG

@rimbu/sorted

Version:

Immutable SortedMap and SortedSet implementations for TypeScript

10 lines 325 B
import { createSortedMapContext } from '@rimbu/sorted/map-custom'; const _defaultContext = createSortedMapContext(); export const SortedMap = Object.freeze({ ..._defaultContext, createContext: createSortedMapContext, defaultContext() { return _defaultContext; }, }); //# sourceMappingURL=index.mjs.map