UNPKG

@platform/cell.typesystem

Version:

The 'strongly typed sheets' system of the CellOS.

8 lines (7 loc) 291 B
import { Subject } from 'rxjs'; import { t } from '../common'; export declare function isWrapped(fetch: t.ISheetFetcher): boolean; export declare function wrapFetch(fetch: t.ISheetFetcher, options?: { cache?: t.IMemoryCache; event$?: Subject<t.TypedSheetEvent>; }): t.CachedFetcher;