"use strict";
/**
* @packageDocumentation
*
* The `@rimbu/table` package provides implementations for tables (2-dimensional maps).
*
* See the [Rimbu docs Table page](/docs/collections/table) for more information.
*
* For convenience, this package also exports everything from the following sub-packages:
* - [`@rimbu/table/hash-row`](./table/hash-row)
* - [`@rimbu/table/sorted-row`](./table/sorted-row)
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./interface/variant.cjs"), exports);
tslib_1.__exportStar(require("./interface/generic.cjs"), exports);
tslib_1.__exportStar(require("@rimbu/table/hash-row"), exports);
tslib_1.__exportStar(require("@rimbu/table/sorted-row"), exports);
//# sourceMappingURL=index.cjs.map