utils
- classof 获取任意对象基本数据类型
- isNumber 判断 number 类型
- isString 判断 string 类型
- isBoolean 判断 bool 类型
- isUndefined 判断 undefined 类型
- isNull 判断 null 类型
- isSymbol 判断 symbol 类型
- isBigInt 判断 bigint 类型
- isObject 判断 object 类型
- isFunction 判断 function 类型
- isArray 判断 array 类型
- isDate 判断 date 类型
- isRegExp 判断 regexp 类型
- isNaN 判断 NaN
- isNil 判断 null||undefined