Skip to content

alexandre-durand/isNullOrWhiteSpace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indicate if a string is null or white space

Installation

npm install --save isNullOrWhiteSpace

Example Usage

import isNullOrWhiteSpace from 'isnullorwhitespace';

isNullOrWhiteSpace('foo'); // return false
isNullOrWhiteSpace(''); // return true

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published