import * as nodeCrypto from 'crypto'; export const crypto = { node: nodeCrypto, web: undefined, }; //# sourceMappingURL=crypto.js.map