UNPKG

botnaut

Version:

Facebook Messenger Chatbot Framework

15 lines (12 loc) 272 B
/* * @author David Menger */ 'use strict'; const AnyResponseAssert = require('./AnyResponseAssert'); const ResponseAssert = require('./ResponseAssert'); const asserts = require('./asserts'); module.exports = { AnyResponseAssert, ResponseAssert, asserts };