diff --git a/commands.js b/commands.js index e5148f6..d5d5b16 100644 --- a/commands.js +++ b/commands.js @@ -51,6 +51,9 @@ function fetchCommand(input, commands, threshhold){ return candidates; } +module.exports.fetchCommand = fetchCommand; +module.exports.getEditDistance = getEditDistance; + /* //Test code const commands = {}; commands['homeserver'] = {};