Skip to content

Functions that check if argument is, or is not, undefined or null

License

Notifications You must be signed in to change notification settings

writetome51/has-value-no-value

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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';

About

Functions that check if argument is, or is not, undefined or null

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published