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