UNPKG

@rimbu/sorted

Version:

Immutable SortedMap and SortedSet implementations for TypeScript

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