UNPKG

di-shan-utils

Version:

JavaScript 函数库、工具类

6 lines (4 loc) 108 B
function helperStringLowerCase (str) { return str.toLowerCase() } module.exports = helperStringLowerCase