UNPKG

@usherlabs/ccxt

Version:

A JavaScript cryptocurrency trading library with support for 100+ exchanges + optional Verity zkTLS proof of data source.

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