@unction/isarray
v5.14.0
Published
Takes a value and returns a boolean if value is an array
Downloads
92
Readme
@unction/isArray
A => boolean
Takes any value and then any value and returns an array containing those values.
isArray([]) // => true
isArray({}) // => false
isArray("") // => false