0.1.4 • Published 6 years ago

array-is v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

array-is

NOTE: array-is was renamed to @extra-array/is. NPM

Check if value is array, like Array.isArray().

const is = require('array-is');
// is(<value>)

is([5, 12, 14, 9, 14, 15]);
// true
is(['e', 'l', 'n', 'i', 'n', 'o']);
// true
is(new Set([5, 12, 14, 9, 14, 15]));
// false
is({array: true});
// false
0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago