0.1.4 • Published 7 years ago

array-is v0.1.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 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

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago