Checks if a value is strictly null.
null
The value will be narrowed to null if the function returns true.
true
The value to check.
true if the value is null, otherwise false.
false
1.0
Checks if a value is strictly
null.The value will be narrowed to
nullif the function returnstrue.