UNPKG

@azure/app-configuration

Version:
5 lines 507 B
// 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