helpyourneighbour/node_modules/@noble/hashes/esm/crypto.js

2 lines
146 B
JavaScript
Raw Permalink Normal View History

2026-03-17 07:07:36 +00:00
export const crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;
//# sourceMappingURL=crypto.js.map