简体中文
Appearance
判断输入值是否是 数字。
数字
import { isNumber } from 'rattail' isNumber(123) // return true isNumber('rattail') // return false
value
any
boolean