UNPKG

botkitify

Version:

Easily translate AIML, RiveScript, and more into botkit JS code.

6 lines (4 loc) 127 B
'use strict'; module.exports.log = function () { console.log.apply(console, Array.prototype.slice.call(arguments)); };