is-null-string
v1.0.0
Published
Checks whether the input string or object is an empty string or an empty object
Downloads
3
Readme
is-null-string
Checks whether the input string or object is an empty string or an empty object.
Installation
npm install is-null-string
API
isNullString(String|Object)
Returns a Boolean indicating whether the input string or object is an empty string or an empty object.
License
MIT