min-is
v2.2.1
Published
Check if a value is something
Downloads
1,728
Readme
min-is
[![NPM version][npm-image]][npm-url] [![Downloads][downloads-image]][downloads-url] [![Dependency Status][david-image]][david-url] [npm-image]: https://img.shields.io/npm/v/min-is.svg?style=flat-square [npm-url]: https://npmjs.org/package/min-is [downloads-image]: http://img.shields.io/npm/dm/min-is.svg?style=flat-square [downloads-url]: https://npmjs.org/package/min-is [david-image]: http://img.shields.io/david/chunpu/min-is.svg?style=flat-square [david-url]: https://david-dm.org/chunpu/min-is
Check if a value is something
Installation
npm i min-is
Api
helper
is.browser
detect is browseris.h5
simple modern browser detectis.mobile
detect mobile browser or pc browseris.wechatApp
detect wechat app
basic function
is.owns
, short forObject.prototype.hasOwnProperty.call
is.bool
is.number
is.integer
is.decimal
is.undef
is.hash
is.plainObject
is.object
is.fn
is.string
is.array
is.arraylike
is.empty
is.element
is.regexp
is.nan
, onlyNaN
is true, other is false, unlikeisNaN
Merge Api
is.iod
is int or decimalis.oof
is object or functionis.nos
is number or string
Advance
is._class
, short forObject.prototype.toString.call(value)
is._type
, short fortypeof value