UNPKG

microsite

Version:
7 lines (6 loc) 306 B
export declare function resolveNormalizedBasePath(args: { ["--base-path"]?: string; [key: string]: any; }): any; export declare function loadConfiguration(mode: "dev" | "build"): Promise<import("snowpack").SnowpackConfig>; export declare function getOverrides(mode: "dev" | "build"): Promise<any>;