UNPKG

gatsby

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