2.2.17 • Published 2 years ago

isa.js v2.2.17

Weekly downloads
602
License
MIT
Repository
github
Last release
2 years ago

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
2.2.17

2 years ago

2.2.16

3 years ago

2.2.15

4 years ago

2.2.13

4 years ago

2.2.14

4 years ago

2.2.12

4 years ago

2.2.11

4 years ago

2.2.10

5 years ago

2.2.9

5 years ago

2.2.8

5 years ago

2.2.7

5 years ago

2.2.6

5 years ago

2.2.5

5 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.2.0

6 years ago

2.1.1

6 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.8.5

7 years ago

1.8.2

7 years ago

1.8.1

7 years ago

1.8.0

7 years ago

1.7.6

7 years ago

1.7.5

8 years ago

1.6.1

8 years ago

1.6.0

8 years ago

1.5.0

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago