UNPKG

node-bithumb

Version:
4 lines (3 loc) 172 B
declare type Candlestick = string; export declare type getEndpointType = 'ticker' | 'orderbook' | 'transaction_history' | 'assetsstatus' | 'btci' | Candlestick; export {};