@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for NOSQL API
9 lines • 368 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
// eslint-disable-next-line @typescript-eslint/no-extraneous-class
export class DataEncryptionKey {
}
export function createHmac(_algorithm, _key) {
throw new Error("Client-side hmac generator not supported in browser environment");
}
//# sourceMappingURL=DataEncryptionKey-browser.mjs.map