UNPKG

@ka1do/kit

Version:
3 lines 106 B
export default function _isNumber(x) { return Object.prototype.toString.call(x) === '[object Number]'; }