Add exports
This commit is contained in:
@@ -97,3 +97,9 @@ function convertValue(value) {
|
||||
return value.toString();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
module.exports = {
|
||||
compare,
|
||||
convertValue
|
||||
};
|
||||
Reference in New Issue
Block a user