@azure/storage-blob
Version:
Microsoft Azure Storage SDK for JavaScript - Blob
11 lines • 429 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// BlobDownloadResponse is only available in Node.js runtime.
// This polyfill provides a type-compatible stub for React Native builds.
export class BlobDownloadResponse {
_response;
constructor(..._args) {
throw new Error("BlobDownloadResponse is not supported in React Native.");
}
}
//# sourceMappingURL=BlobDownloadResponse.js.map