UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

7 lines (6 loc) 191 B
import { t } from '../common'; export declare function fromFuncs(args: { getNs: t.FetchSheetNs; getColumns: t.FetchSheetColumns; getCells: t.FetchSheetCells; }): t.ISheetFetcher;