@azure/keyvault-keys
Version:
Isomorphic client library for Azure KeyVault's keys.
9 lines • 375 B
JavaScript
;
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
Object.defineProperty(exports, "__esModule", { value: true });
exports.LocalCryptographyUnsupportedError = void 0;
class LocalCryptographyUnsupportedError extends Error {
}
exports.LocalCryptographyUnsupportedError = LocalCryptographyUnsupportedError;
//# sourceMappingURL=models.js.map