UNPKG
xe-utils-es
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
JavaScript 函数库、工具类
xe-utils-es
/
types
/
staticParseInt.d.ts
3 lines
(2 loc)
•
117 B
TypeScript
View Raw
1
2
3
declare
const
staticParseInt
:
(
string
:
string
,
radix
?:
number
|
undefined
) =>
number
;
export
default
staticParseInt;