npm.io
5.14.0 • Published 5 years ago

@unction/isarray

Licence
SEE LICENSE IN LICENSE
Version
5.14.0
Deps
1
Size
13 kB
Vulns
0
Weekly
0

@unction/isArray

Tests Stability Dependencies

A => boolean

Takes any value and then any value and returns an array containing those values.

isArray([]) // => true
isArray({}) // => false
isArray("") // => false