UNPKG

@kraken-crypto/ccxt

Version:

A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go

7 lines (6 loc) 167 B
export class FetchBaseError extends Error { constructor(message: any, type: any); type: any; get name(): string; get [Symbol.toStringTag](): string; }