"use strict"; /** * @packageDocumentation * * The `@rimbu/list` package provides the `List` implementation.
*
* See the [Rimbu docs List page](/docs/collections/list) 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