1
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function helperStringLowerCase (str) {
|
||||
return str.toLowerCase()
|
||||
}
|
||||
|
||||
module.exports = helperStringLowerCase
|
||||
Reference in New Issue
Block a user