UNPKG

kucoin-api

Version:

Complete & robust Node.js SDK for Kucoin's REST APIs and WebSockets, with TypeScript & strong end to end tests.

7 lines (6 loc) 206 B
export type LogParams = null | any; export declare const DefaultLogger: { trace: (..._params: LogParams) => void; info: (...params: LogParams) => void; error: (...params: LogParams) => void; };