UNPKG

gatsby

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