diff --git a/utils/lib.js b/utils/lib.js index ad6354e..96629c5 100644 --- a/utils/lib.js +++ b/utils/lib.js @@ -96,4 +96,10 @@ function convertValue(value) { console.debug('String: ' + value); return value.toString(); } -} \ No newline at end of file +} + + +module.exports = { + compare, + convertValue +}; \ No newline at end of file