UNPKG

botnaut

Version:

Facebook Messenger Chatbot Framework

14 lines (11 loc) 212 B
/* * @author David Menger */ 'use strict'; let handlebars; try { handlebars = module.require('handlebars'); } catch (er) { handlebars = { compile: text => () => text }; } module.exports = handlebars;