1
0

Add exports

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

View File

@@ -97,3 +97,9 @@ function convertValue(value) {
return value.toString();
}
}
module.exports = {
compare,
convertValue
};