gatsby
Version:
Blazing fast modern site generator for React
8 lines (7 loc) • 318 B
TypeScript
import { ActionsUnion, IGatsbyState } from "../types";
export declare const statusReducer: (state: {
plugins: Record<string, import("../types").IGatsbyPlugin>;
PLUGINS_HASH: string;
LAST_NODE_COUNTER: number;
cdnObfuscatedPrefix: string;
} | undefined, action: ActionsUnion) => IGatsbyState["status"];