UNPKG

@zocial-chat/sdk

Version:

Node.js SDK for Zocial.Chat. Application interface for server methods and message streams.

11 lines (10 loc) 230 B
import * as settings from './lib/settings' import Livechat from './lib/clients/Livechat' import Bot from './lib/clients/Bot' import Zocialchat from './lib/clients/Zocialchat' export { settings, Livechat, Bot, Zocialchat }