The value to check.
true whether the value is undefined or null.
true
import { isNil } from '@untemps/utils/lang/isNil'isNil(undefined) // trueisNil(42) // false Copy
import { isNil } from '@untemps/utils/lang/isNil'isNil(undefined) // trueisNil(42) // false
The value to check.