@azure/storage-file-share
Version:
Microsoft Azure Storage SDK for JavaScript - File
15 lines • 372 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export function streamToBuffer() {
/* empty */
}
export function readStreamToLocalFile() {
/* empty */
}
export const fsStat = function stat() {
/* empty */
};
export const fsCreateReadStream = function createReadStream() {
/* empty */
};
//# sourceMappingURL=utils-browser.mjs.map