UNPKG

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