Add exports
This commit is contained in:
@@ -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
|
||||||
|
};
|
||||||
Reference in New Issue
Block a user