Files
fieldcraft.thefoldwithin.earth/system/node_modules/@noble/hashes/esm/crypto.js
T

2 lines
146 B
JavaScript
Raw Normal View History

2025-05-19 20:36:21 -05:00
export const crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;
//# sourceMappingURL=crypto.js.map