@writetome51/has-value-no-value
v2.0.0
Published
2 functions that check if argument is undefined or null
Downloads
20
Maintainers
Readme
hasValue(arg): boolean
Returns true if arg
is neither undefined or null.
noValue(arg): boolean
Returns true if arg
is either undefined or null.
Installation
npm i @writetome51/has-value-no-value
Loading
import { hasValue, noValue } from '@writetome51/has-value-no-value';