UNPKG

gatsby

Version:
5 lines (4 loc) 269 B
import { IGatsbyConfig } from "../internal"; type ConstructConfigObjectResponse = Pick<IGatsbyConfig, "trailingSlash" | "assetPrefix" | "pathPrefix">; export declare function constructConfigObject(gatsbyConfig: IGatsbyConfig): ConstructConfigObjectResponse; export {};