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`。
fork icon21
star icon99
watch icon2

+ 3 other calls in file

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
-->
fork icon0
star icon6
watch icon1