UNPKG
talkify
Version:
latest (2.2.0)
2.2.0
2.1.1
2.1.0
2.0.1
2.0.0
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Framework for developing chat bot applications.
github.com/manthanhd/talkify
manthanhd/talkify
talkify
/
index.js
5 lines
(4 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
5
module
.exports = {
BotTypes
:
require
(
'./lib/BotTypes'
),
Bot
:
require
(
'./lib/Bot'
) };