UNPKG

@netlify/content-engine

Version:
6 lines 411 B
import { ICachedReduxState, IGatsbyNode } from "./types"; import { DeepPartial } from "redux"; export declare function readFromCache(): DeepPartial<ICachedReduxState>; export declare function guessSafeChunkSize(values: Array<[string, IGatsbyNode]>, showMaxSizeWarning?: boolean): number; export declare function writeToCache(contents: DeepPartial<ICachedReduxState>): void; //# sourceMappingURL=persist.d.ts.map