UNPKG

@rimbu/table

Version:

Immutable spreadsheet-like data structures containing row keys, column keys, and cell values

10 lines 352 B
/** * @packageDocumentation * * The `@rimbu/table/sorted-row` package provides tables with sorted row key implementations.<br/> * <br/> * See the [Rimbu docs Table page](/docs/collections/table) for more information. */ export * from './hash-column/interface.mjs'; export * from './sorted-column/interface.mjs'; //# sourceMappingURL=index.mjs.map