isita

0.0.1 • Public • Published

Checks types.

var is = require('isita'); is.array([]) is.date(new Date) is.null(null) is.color(0xFFFFFF) is.function(is.function)

etc.

Supported:

  • nan
  • array
  • date
  • regexp
  • number
  • string
  • boolean
  • function
  • undefined
  • null
  • integer
  • positive
  • negative
  • finite
  • natural
  • color

Readme

Keywords

Package Sidebar

Install

npm i isita

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • mrkev