2 lines
146 B
Plaintext
2 lines
146 B
Plaintext
export const crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined;
|
|
//# sourceMappingURL=crypto.js.map |