Skip to content
This repository was archived by the owner on Apr 4, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 396 Bytes

Readme.md

File metadata and controls

27 lines (19 loc) · 396 Bytes
jepso-ci status # isArray

Check if the given value is an Array.

Installation

$ component install yields/isArray

API

isArray(val)

isArray(arguments);
// > false
isArray();
// > false
isArray([]);
// > true

License

MIT