UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges + optional Verity zkTLS proof of data source.

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