This website works better with JavaScript
Home
Explore
Help
Sign In
zhangqi
/
cucuAgentYos
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
567cd33a42
Branches
Tags
develop
master
cucuAgentYos
/
node_modules
/
ant-design-vue
/
es
/
_util
/
isNumeric.d.ts
isNumeric.d.ts
76 B
History
Raw
1
2
declare const isNumeric: (value: any) => boolean;
export default isNumeric;