UNPKG

@kraken-crypto/ccxt

Version:

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

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