UNPKG

@proton/ccxt

Version:

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

7 lines (6 loc) 152 B
declare class Throttler { constructor(config: any); loop(): Promise<void>; throttle(cost?: any): Promise<unknown>; } export { Throttler, };