1
0

Add exports

This commit is contained in:
2023-08-14 19:34:20 +02:00
parent 111c2475be
commit 99cec5711b

View File

@@ -96,4 +96,10 @@ function convertValue(value) {
console.debug('String: ' + value); console.debug('String: ' + value);
return value.toString(); return value.toString();
} }
} }
module.exports = {
compare,
convertValue
};