UNPKG

@rimbu/table

Version:

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

11 lines (9 loc) 317 B
/** * @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. */ export * from './hash-column/interface.mjs'; export * from './sorted-column/interface.mjs';