Skip to content

arturobravo/hello_world

Repository files navigation

hello_world

My first repo.

My name is Arturo Bravo and I'm from Guadalajara Jalisco Mexico.

Usage

Install the package using npm :

npm install is-null-or-empty --save

Then, require the package and use it:

[Comment: To check if this usage is proper]

var isNullOrEmpty = require('is-null-or-empty');

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

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

About

my first repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published