UNPKG

325 BTypeScriptView Raw
1export declare function wrapPilet(file: string, prName: string): void;
2export declare function getVariables(piletPkg: any, env: string): Record<string, string>;
3export declare function setEnvironment(variables: Record<string, string>): void;
4export declare function getDefineVariables(variables: Record<string, string>): {};