UNPKG

botnaut

Version:

Facebook Messenger Chatbot Framework

13 lines (10 loc) 188 B
/* * @author David Menger */ 'use strict'; const validate = require('./validate'); const WingbotModel = require('./WingbotModel'); module.exports = { validate, WingbotModel };