@rimbu/table
Version:
Immutable spreadsheet-like data structures containing row keys, column keys, and cell values
13 lines • 511 B
JavaScript
;
/**
* @packageDocumentation
*
* The `@rimbu/table/hash-row` package provides tables with hashed row key implementations.<br/>
* <br/>
* See the [Rimbu docs Table page](/docs/collections/table) for more information.
*/
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./hash-column/interface.cjs"), exports);
tslib_1.__exportStar(require("./sorted-column/interface.cjs"), exports);
//# sourceMappingURL=index.cjs.map