UNPKG

@rimbu/table

Version:

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

7 lines 266 B
import { TableContext, } from '@rimbu/table/custom'; export const Table = Object.freeze({ createContext(options) { return Object.freeze(new TableContext('Table', options.rowContext, options.columnContext)); }, }); //# sourceMappingURL=generic.mjs.map