Skip to content

HoKangInfo/js-group

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-group

a simple JavaScript Type or category of detection

history

  • 0.0.2 isArray
  • 0.0.1 isNumber, isInteger, isLength, isString

install

npm install js-group

how to use it

var isString = require('js-group').isString;
isString(new String('this is a string'));
// ==> true

About

JavaScript Type or category of detection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published