UNPKG

gatsby

Version:
3 lines (2 loc) 200 B
import { ActionsUnion, IGatsbyState } from "../types"; export declare const webpackCompilationHashReducer: (state: string | undefined, action: ActionsUnion) => IGatsbyState["webpackCompilationHash"];