isa.js
TypeScript icon, indicating that this package has built-in type declarations

2.2.17 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i isa.js

Weekly Downloads

1,646

Version

2.2.17

License

MIT

Unpacked Size

15.1 kB

Total Files

8

Last publish

Collaborators

  • imre.fazekas