is.type

0.0.3 • Public • Published

is.TYPE

What's type of the Object? Let me tell you.

Build Status


Installation

npm install is.type

Usage

var is = require('is.type')

is.array([])  // true
is.object([]) // false
is.empty([])  // true

// more
console.log(is)

License

Licensed under the MIT License.

Package Sidebar

Install

npm i is.type

Weekly Downloads

0

Version

0.0.3

License

MIT

Last publish

Collaborators

  • jsw0528