UNPKG

gatsby-cli

Version:

Gatsby command-line interface for creating new sites and running Gatsby commands

3 lines (2 loc) 188 B
import { ActionsUnion, IGatsbyCLIState, ISetLogs } from "../types"; export declare const reducer: (state: IGatsbyCLIState | undefined, action: ActionsUnion | ISetLogs) => IGatsbyCLIState;