UNPKG

@azure/cosmos

Version:
9 lines 368 B
// 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