1.3.0 • Published 6 years ago

sd-browser-type v1.3.0

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

type

类型判断

Usage

const type = require('sd-browser-type');

// 是否为String
type.isString()

支持的API

名称描述
isString是否字符串
isNaN是否为NaN
isNumber是否为数字
isNumberic是否可以转成数字
isBoolean是否为布尔值
isNull是否为null
isUndefined是否为undefined
isFunction是否为函数
isObject是否是对象
isArray是否是数组
isEmptyObject是否为空对象{}
1.3.0

6 years ago

1.2.0

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago