UNPKG

di-shan-utils

Version:

JavaScript 函数库、工具类

6 lines (4 loc) 128 B
function helperStringSubstring (str, start, end) { return str.substring(start, end) } module.exports = helperStringSubstring