UNPKG

ccxt

Version:

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

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