Skip to content

Repository files navigation

null_or_empty

Node CI

A simple Node.js package that checks,if a given string is null or empty.

Usage

First, install package using npm:

npm install @Bis10/CI-CD_Test_nodejs --save

Then, require the package and use it like so:

var isNullOrEmpty = require('@Bis10/CI-CD_Test_nodejs');

console.log(isNullOrEmpty("")); // true
console.log(isNullOrEmpty(null)); // true
console.log(isNullOrEmpty(undefined)); // true

console.log(isNullOrEmpty("Hello World")); // false

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages