UNPKG

@azure/cosmos

Version:
1 lines 802 B
{"version":3,"file":"globalCrypto-react-native.mjs","sourceRoot":"","sources":["../../../src/utils/globalCrypto-react-native.mts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,6EAA6E;AAC7E,+EAA+E;AAC/E,mEAAmE;AACnE,6DAA6D;AAC7D,aAAa;AACb,OAAO,KAAK,YAAY,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// isomorphic-webcrypto is not listed as a dependency in package.json because\n// doing so requires adding a bunch of react packages as peer dependencies. So,\n// it is being loaded dynamically here to not cause compiler error.\n// eslint-disable-next-line @typescript-eslint/ban-ts-comment\n// @ts-ignore\nimport * as globalCrypto from \"isomorphic-webcrypto\";\nexport { globalCrypto };\n"]}