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