@azure/storage-file-share
Version:
Microsoft Azure Storage SDK for JavaScript - File
13 lines • 814 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import { RestError } from "@azure/core-rest-pipeline";
export * from "./Clients.js";
export { AnonymousCredential, Credential, BaseRequestPolicy, AnonymousCredentialPolicy, CredentialPolicy, StorageRetryPolicyType, StorageRetryPolicy, StorageRetryPolicyFactory, StorageBrowserPolicyFactory, } from "@azure/storage-common";
export { parseOctalFileMode, toOctalFileMode, parseSymbolicFileMode, toSymbolicFileMode, } from "./utils/utils.common.js";
export * from "./FileSystemAttributes.js";
export { Pipeline, isPipelineLike, newPipeline, } from "./Pipeline.js";
export * from "./ShareServiceClient.js";
export * from "./generatedModels.js";
export { RestError };
export { logger } from "./log.js";
//# sourceMappingURL=index-browser.mjs.map