netlify-cli
Version:
Netlify command line tool
8 lines • 343 B
TypeScript
/**
* @param {string} workingDir
* @param {*} file
*/
export declare const deployFileNormalizer: (workingDir: string, file: any) => any;
export declare const getDistPathIfExists: (workingDir: string) => Promise<string | undefined>;
export declare const isEdgeFunctionFile: (filePath: string) => boolean;
//# sourceMappingURL=deploy.d.ts.map