UNPKG

@kraken-crypto/ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

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;