blossom-cloudron/public/lib/@noble/hashes/crypto.js
2024-11-04 16:09:32 +01:00

2 lines
112 B
JavaScript

export const crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;