@azure/storage-blob
Version:
Microsoft Azure Storage SDK for JavaScript - Blob
7 lines • 371 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// This file is used as a shim of "BlobDownloadResponse" for some browser bundlers
// when trying to bundle "BlobDownloadResponse"
// "BlobDownloadResponse" class is only available in Node.js runtime
export const BlobDownloadResponse = 1;
//# sourceMappingURL=BlobDownloadResponse-browser.mjs.map