UNPKG
is-array
Version:
latest (1.0.1)
1.0.1
Check if the given value is an Array
github.com/retrofox/is-array
retrofox/is-array
is-array
/
component.json
14 lines
(13 loc)
•
272 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"isArray"
,
"repo"
:
"yields/isArray"
,
"description"
:
"Check if the given value is an Array"
,
"version"
:
"1.0.0"
,
"keywords"
:
[
"isArray"
,
"es5"
,
"array"
]
,
"dependencies"
:
{
}
,
"development"
:
{
}
,
"license"
:
"MIT"
,
"scripts"
:
[
"index.js"
]
}