UNPKG

gatsby

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