UNPKG

@rimbu/hashed

Version:

Immutable HashMap and HashSet implementations for TypeScript

12 lines 410 B
"use strict"; /** * @packageDocumentation * * The `@rimbu/hashed/set` package provides the `HashSet` implementation.<br/> * <br/> * See the [Rimbu docs Set page](/docs/collections/set) for more information. */ Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); tslib_1.__exportStar(require("./interface/index.cjs"), exports); //# sourceMappingURL=index.cjs.map