UNPKG
ztobp.js
Version:
latest (1.0.1)
1.0.1
1.0.0
A bot framework for custom bots in chat rooms.
github.com/yourusername/ztobpjs
yourusername/ztobpjs
ztobp.js
/
src
/
index.ts
6 lines
(5 loc)
•
124 B
text/typescript
View Raw
1
2
3
4
5
6
// src/index.ts
export
*
from
'./Client'
;
export
*
from
'./Channel'
;
export
*
from
'./Events'
;
export
*
from
'./utils/api'
;