2.2.1 • Published 7 years ago

min-is v2.2.1

Weekly downloads
8,970
License
ISC
Repository
github
Last release
7 years ago

min-is

Build status NPM version Downloads Dependency Status

Check if a value is something

Installation

npm i min-is

Api

helper
  • is.browser detect is browser
  • is.h5 simple modern browser detect
  • is.mobile detect mobile browser or pc browser
  • is.wechatApp detect wechat app
basic function
  • is.owns, short for Object.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, only NaN is true, other is false, unlike isNaN

Merge Api

  • is.iod is int or decimal
  • is.oof is object or function
  • is.nos is number or string

Advance

  • is._class, short for Object.prototype.toString.call(value)
  • is._type, short for typeof value

License

License

2.2.1

7 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.9

10 years ago

1.1.8

10 years ago

1.1.7

10 years ago

1.1.6

10 years ago

1.1.5

10 years ago

1.1.4

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago