How to use the isObject function from util
Find comprehensive JavaScript util.isObject code examples handpicked from public code repositorys.
91 92 93 94 95 96 97 98 99 100
// false ``` <div id="isObject" class="anchor"></div> ## util.isObject(object) > 稳定度:0 - 已废弃 如果给定的 'object' 是一个严格的 `Object` **并且**不是一个 `Function`,返回 `true`。否则,返回 `false`。
21
99
2
+ 3 other calls in file
util.promisify is the most popular function in util (378 examples)