UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

5 lines (4 loc) 172 B
import { BinanceError } from '../info'; export declare function resolveError(data: { [key: string]: any; } | string, status: number, statusText: string): BinanceError;