UNPKG

@proton/ccxt

Version:

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

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