@rimbu/bimap
Version:
A bidirectional immutable Map of keys and values for TypeScript
12 lines • 396 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/bimap` package provides BiMap implementations.<br/>
* <br/>
* See the [Rimbu docs BiMap page](/docs/collections/bimap) for more information.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./interface.cjs"), exports);
//# sourceMappingURL=index.cjs.map