UNPKG

@azure/static-web-apps-cli

Version:
11 lines 563 B
/** * Downloads the binary to the given output folder * @param releaseMetadata binary metadata * @param binaryType StaticSiteClient or DataApiBuilder * @param outputFolder path to download the binary * @param id buildId or versionId * @param platform os: win-x64 or linux-x64 or osx-x64 * @returns */ export declare function downloadAndValidateBinary(releaseMetadata: BinaryMetadata, binaryName: string, outputFolder: string, id: string, platform: "win-x64" | "osx-x64" | "linux-x64"): Promise<string>; //# sourceMappingURL=download-binary-helper.d.ts.map