sd-browser-type

1.3.0 • Public • Published

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 是否为空对象{}

Readme

Keywords

Package Sidebar

Install

npm i sd-browser-type

Weekly Downloads

0

Version

1.3.0

License

ISC

Unpacked Size

5.21 kB

Total Files

7

Last publish

Collaborators

  • shuidifed