4.17.11
3.10.1
2.4.2
1.3.1

_.isNull(value)

Checks if value is null.

Since

0.1.0

Arguments

argument
value
type
*
description
The value to check.

Returns

(array)

Example

_.isNull(null);
// => true

_.isNull(void 0);
// => false
_.isNull(null);
// => true

_.isNull(void 0);
// => false