UNPKG
xe-utils-es
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
JavaScript 函数库、工具类
xe-utils-es
/
types
/
helperStringSubstring.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
declare
function
helperStringSubstring(str:
any
,
start
:
any
,
end
:
any
):
any
; export
default
helperStringSubstring;