UNPKG

microsite

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