UNPKG
lts-cron-editor
Version:
latest (5.0.4)
5.0.4
5.0.3
5.0.2
基于antd、react的crontab表达式生成工具
github.com/thethreekingdoms/cron-editor-react
lts-cron-editor
/
src
/
utils
/
index.js
4 lines
(3 loc)
•
90 B
JavaScript
View Raw
1
2
3
4
export
const
isNumber
= (
obj
) => {
return
typeof
obj ===
'number'
&& !
isNaN
(obj) }