@azure/app-configuration
Version:
An isomorphic client library for the Azure App Configuration service.
7 lines • 356 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export { AppConfigurationClient } from "./appConfigurationClient.js";
export { restorePoller } from "./restorePollerHelpers.js";
export { KnownVersions } from "./models/index.js";
export { RestError, isRestError } from "@azure/core-rest-pipeline";
//# sourceMappingURL=index.js.map