@azure/cosmos
Version:
Microsoft Azure Cosmos DB Service Node.js SDK for SQL API
8 lines • 523 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
// isomorphic-webcrypto is not listed as a dependency in package.json because
// doing so requires adding a bunch of react packages as peer dependencies. So,
// it is being loaded dynamically here to not cause compiler error.
const globalCrypto = require("isomorphic-webcrypto"); // eslint-disable-line import/no-extraneous-dependencies, @typescript-eslint/no-require-imports
export { globalCrypto };
//# sourceMappingURL=globalCrypto.native.js.map