blossom-cloudron/public/lib/@noble/hashes/crypto.js

2 lines
112 B
JavaScript
Raw Normal View History

2024-11-04 15:09:32 +00:00
export const crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;