English
Appearance
Check if the input parameter is a null.
null
Added in v0.0.1
import { isNull } from 'parsnip-kit' isNull(null) // true isNull({}) // false isNull(undefined) // false
arg
any
false
undefined
boolean