Skip to content

antife-yinyue/is.type

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is.TYPE

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

Build Status Code Climate Dependencies NPM version


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.