UNPKG

@azure/storage-blob

Version:
11 lines 429 B
// 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