How to use the isNull function from util
Find comprehensive JavaScript util.isNull code examples handpicked from public code repositorys.
155 156 157 158 159 160 161 162 163 164
// true ``` <div id="isNull" class="anchor"></div> ## util.isNull(object) > 稳定度:0 - 已废弃 如果给定的 'object' 是严格的 `null`,返回 `true`。否则,返回 `false`。
21
99
2
+ 3 other calls in file
GitHub: linvinglor/node
409 410 411 412 413 414 415 416 417 418
// Returns: true util.isFunction(Bar); // Returns: true ``` ### util.isNull(object) <!-- YAML added: v0.11.5 deprecated: v4.0.0 -->
0
6
1
util.promisify is the most popular function in util (378 examples)