UNPKG

@proton/ccxt

Version:

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

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