UNPKG

ccxt

Version:

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

9 lines (8 loc) 313 B
declare const isBrowser: boolean; declare const isElectron: boolean; declare const isWebWorker: boolean; declare const isWindows: boolean; declare const isDeno: boolean; declare const isBun: boolean; declare const isNode: boolean; export { isBrowser, isElectron, isWebWorker, isNode, isDeno, isBun, isWindows, };