UNPKG

231 BTypeScriptView Raw
1export declare function resolveNormalizedBasePath(args: {
2 ['--base-path']?: string;
3 [key: string]: any;
4}): any;
5export declare function loadConfiguration(mode: "dev" | "build"): Promise<import("snowpack").SnowpackConfig>;