UNPKG

202 BTypeScriptView Raw
1import { IGatsbyState, ActionsUnion } from "../types";
2export declare const resolvedNodesCacheReducer: (state: Map<string, any> | undefined, action: ActionsUnion) => IGatsbyState["resolvedNodesCache"];