UNPKG

lts-cron-editor

Version:

基于antd、react的crontab表达式生成工具

4 lines (3 loc) 90 B
export const isNumber = (obj) => { return typeof obj === 'number' && !isNaN(obj) }