Files

2 lines
146 B
JavaScript
Raw Permalink 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