UNPKG
chatwork-api
Version:
latest (1.0.0)
1.0.0
Chatwork API for JavaScript
github.com/dominhhai/chatwork-api
dominhhai/chatwork-api
chatwork-api
/
index.js
4 lines
(3 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
exports
=
module
.
exports
=
require
(
'./lib/api'
)
exports
.
MessageBuilder
=
require
(
'./lib/message_builder'
)
exports
.
CONST
=
require
(
'./lib/const'
)