UNPKG

ztobp.js

Version:

A bot framework for custom bots in chat rooms.

6 lines (5 loc) 124 B
// src/index.ts export * from './Client'; export * from './Channel'; export * from './Events'; export * from './utils/api';