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) 的内部别名。
21
99
2
+ 3 other calls in file
GitHub: linvinglor/node
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 -->
0
6
1
util.promisify is the most popular function in util (378 examples)