UNPKG
be-framework
Version:
latest (0.7.0)
0.7.0
0.6.1
0.6.0
0.5.0
0.4.0
0.3.0
0.2.2
0.2.1
0.1.0
BE is a framework for supercharging your BotEngine bots
be-framework
/
src
/
index.js
10 lines
(8 loc)
•
159 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
router =
require
(
'./router'
);
const
botengine =
require
(
'./botengine'
)
const
rest =
require
(
'./rest'
)
module
.
exports
= { botengine, rest, router, };