UNPKG

ccxws

Version:

Websocket client for 37 cryptocurrency exchanges

3 lines (2 loc) 118 B
export type Fn = (...args: any[]) => void; export type CancelableFn = { (...args: any[]): void; cancel: () => void };