Skip to content

imrefazekas/isa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISA - dependency-free very minimal collection of IsA.. functions

NPM

isa is an extremely small library providing helper functions for type checking. Underscore and lodash can be proven too huge and bloated if you only need service like this. The size of this package is: 1700 bytes.

Usage Rules

Usage

Command line:

npm install isa.js --save

In JS code:

var _ = require('isa.js');
...
_.isFunction( function(){} );

Services:

isArray, isObject, isError, isNumber, isDate, isFunction, isAsyncFunction, isBoolean, isString, isRegExp

Extras:

pick, walk, isValidPath

About

Tiny no-dep utility to investigate on object's nature

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published