Equal a class or the class.
是不是类或某个类。
class object
the class object
Is a arguments object.
是否是Arguments对象
Is an array.
是不是数组
Is an array buffer.
是不是数组缓冲
Is an array like.
是不是类似数组
Is a blob object.
是不是二进制文件
Is a boolean.
是不是布尔
Is a date.
是不是日期型
Is not undefined or not null.
是不是已赋值: 非undefined或非null
Is an element.
是不是DOM元素
Is an error object.
是不是Error对象
Is a file object.
是不是文件对象
Is a float number.
是否是浮点数
Is a formdata object.
是不是表单数据
Is a function.
是不是函数
function object
check whether it is a pure function which is not a class constructor, otherwise only check whether it is a function object
Is an integer.
是否是整数
Is json object.
是不是JSON对象
Is an instance of the class.
是不是类的实例
Is not a number.
是否是非数字
Is null.
是不是Null
Is a number.
是否是数字
Is a numeric.
是否是数字类型
Is object.
是不是对象
Is a RegExp object.
是不是正则表达式对象
Is a string.
是不是字符串
Is a symbol.
是否是Symbol
Is typed array.
是不是类型数组
Is undefined.
是不是未赋值
Is a window object.
是不是Window
Is an instance of the class or its subclass.
是不是类或是其子类的实例
Returns type string of a object.
返回类型字符串
A type-check class.
类型检查类