UNPKG

ccxt

Version:

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

8 lines (7 loc) 196 B
/** * AbortError interface for cancelled requests */ export class AbortError extends FetchBaseError { constructor(message: any, type?: string); } import { FetchBaseError } from "./base.js";