UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

13 lines (12 loc) 365 B
import { t } from '../common'; declare function fromClient(http: t.IHttpClient): t.ISheetFetcher; declare function fromFuncs(args: { getNs: t.FetchSheetNs; getColumns: t.FetchSheetColumns; getCells: t.FetchSheetCells; }): t.ISheetFetcher; export declare const fetcher: { fromClient: typeof fromClient; fromFuncs: typeof fromFuncs; }; export {};