UNPKG

ccxt-fairdesk

Version:

A JavaScript cryptocurrency trading library with support for fairdesk.com

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