UNPKG

@huangapple/okx-api

Version:

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

10 lines (9 loc) 354 B
export declare type LogParams = null | any; export declare const DefaultLogger: { silly: (...params: LogParams) => void; debug: (...params: LogParams) => void; notice: (...params: LogParams) => void; info: (...params: LogParams) => void; warning: (...params: LogParams) => void; error: (...params: LogParams) => void; };