Files
memecoin-botV2/.pnpm-store/v10/files/5e/791d40c49f81ce9d7c5675b755334c7224e1e3de8b8d831fb92f9bcecc2d17ad07033555aee0d29c52a1460af1a38b1c14461898666221f46648c313b7f6cb

2 lines
146 B
Plaintext

export const crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;
//# sourceMappingURL=crypto.js.map