UNPKG

@proton/ccxt

Version:

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

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