netlify-cli
Version:
Netlify command line tool
5 lines • 394 B
TypeScript
export declare const normalizePath: (relname: string) => string;
export declare const waitForDiff: (api: any, deployId: any, siteId: any, timeout: any) => Promise<undefined>;
export declare const waitForDeploy: (api: any, deployId: any, siteId: any, timeout: any) => Promise<undefined>;
export declare const getUploadList: (required: any, shaMap: any) => any;
//# sourceMappingURL=util.d.ts.map