From 99cec5711b61d48e55deee4f5f26fcd20b83ddf3 Mon Sep 17 00:00:00 2001 From: Christian Weimann Date: Mon, 14 Aug 2023 19:34:20 +0200 Subject: [PATCH] Add exports --- utils/lib.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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