How to use the isArray function from util

Find comprehensive JavaScript util.isArray code examples handpicked from public code repositorys.

112
113
114
115
116
117
118
119
120
121
  // false
```


<div id="isArray" class="anchor"></div>
## util.isArray(object)

> 稳定度:0 - 已废弃

[Array.isArray](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray) 的内部别名。
fork icon21
star icon99
watch icon2

+ 3 other calls in file

243
244
245
246
247
248
249
250
251
252

* `...strings` {string} The message to print to `stderr`

Deprecated predecessor of `console.error`.

### util.isArray(object)
<!-- YAML
added: v0.6.0
deprecated: v4.0.0
-->
fork icon0
star icon6
watch icon1