UNPKG

ccxt

Version:

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

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, };