UNPKG

@proton/ccxt

Version:

A JavaScript / TypeScript / Python / C# / PHP cryptocurrency trading library with support for 130+ exchanges

8 lines (4 loc) 210 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const crypto = typeof globalThis === 'object' && 'crypto' in globalThis ? globalThis.crypto : undefined; exports.crypto = crypto;