UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

6 lines (5 loc) 208 B
import { t } from '../common'; export declare function objectToCells<T>(input: t.ITypeDef[] | t.INsTypeDef): { row(index: number, data: T): t.ICellMap; rows(index: number, items: T[]): t.ICellMap; };