Files
tekelanew_acs/acs/nladmin-ui/node_modules/xe-utils/helperStringLowerCase.js

6 lines
108 B
JavaScript
Raw Normal View History

2024-12-03 17:40:13 +08:00
function helperStringLowerCase (str) {
return str.toLowerCase()
}
module.exports = helperStringLowerCase