UNPKG

@rimbu/table

Version:

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

11 lines (9 loc) 319 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.mts'; export * from './sorted-column/interface.mts';