Check if the input parameter is a null.
Added in v0.0.1
import { isNull } from 'parsnip-kit'
isNull(null) // true
isNull({}) // false
isNull(undefined) // false| Arg | Type | Optional | Default | Description |
|---|---|---|---|---|
arg | any | false | undefined | Parameters for check |
| Type |
|---|
boolean |