@azure/app-configuration
Version:
An isomorphic client library for the Azure App Configuration service.
5 lines • 507 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
export { createAppConfiguration } from "./appConfigurationContext.js";
export { checkRevisions, getRevisions, deleteLock, putLock, checkLabels, getLabels, checkSnapshot, updateSnapshot, createSnapshot, getOperationDetails, getSnapshot, checkSnapshots, getSnapshots, checkKeyValue, deleteKeyValue, putKeyValue, getKeyValue, checkKeyValues, getKeyValues, checkKeys, getKeys, } from "./operations.js";
//# sourceMappingURL=index.js.map