diff --git a/index.js b/index.js index 3211c78..c94d8d9 100644 --- a/index.js +++ b/index.js @@ -51,3 +51,6 @@ module.exports.refresh = function() {} module.exports.help = function() { help(); } +module.exports.reset = function() { + panini = undefined; +};