UNPKG

113 BJavaScriptView Raw
1function helperStringUpperCase (str) {
2 return str.toUpperCase()
3}
4
5module.exports = helperStringUpperCase