UNPKG

di-shan-utils

Version:

JavaScript 函数库、工具类

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