import { isType } from './isType'; /** * 对象类型判断 * @category Base */ export const isNumber = isType('Number');