UNPKG

306 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>;
6export declare function getOverrides(mode: "dev" | "build"): Promise<any>;