UNPKG

bot18

Version:

A high-frequency cryptocurrency trading bot by Zenbot creator @carlos8f

9 lines (8 loc) 773 B
export { LoggingFunc, LogLevel } from './logger'; export { CodedError, ErrorCode } from './errors'; export { addAppMetadata, AgentOption, TLSOptions } from './util'; export { default as retryPolicies, RetryOptions } from './retry-policies'; export { WebClient, WebClientOptions, WebAPICallOptions, WebAPICallResult, WebAPIPlatformError, WebAPIRequestError, WebAPIReadError, WebAPIHTTPError, WebAPICallError, WebAPIResultCallback } from './WebClient'; export * from './methods'; export { RTMClient, RTMClientOptions, RTMCallResult, RTMPlatformError, RTMWebsocketError, RTMCallError, RTMCallResultCallback } from './RTMClient'; export { IncomingWebhook, IncomingWebhookSendArguments, IncomingWebhookDefaultArguments, IncomingWebhookResultCallback } from './IncomingWebhook';