UNPKG
zzy-javascript-devtools
Version:
latest (1.5.3)
1.5.3
1.5.2
1.5.0
1.4.4
1.4.3
1.4.1
1.4.0
1.3.6
1.3.5
1.3.4
1.3.2
1.3.1
1.3.0
1.2.9
# 该Npm包已更新重构版本! [地址](https://www.npmjs.com/search?q=%40z-utils) 点击后选择其一即可
zzy-javascript-devtools
/
typings
/
regModules.d.ts
5 lines
(3 loc)
•
103 B
TypeScript
View Raw
1
2
3
4
5
type
idCard =
string
|
number
type
isIdCard =
(
idCard
: idCard
) =>
Boolean
export
{ isIdCard, idCard }