1.0.1 • Published 8 years ago

si.js v1.0.1

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

its.js

A node js and browser library to check types

Installation

$ npm install si.js 
$ var its =  require('si.js');

Usage

An example of use as NodeJs Module

   var its = require('si.js');
   //check if a given argument is an array
   if(its.array(new Array())){

   }
   //check if a given value is not boolean type
   if(its.not.boolean('')){

   }

License

MIT (c) 2016 - Ali Amechghal