@numeroo1/my-first-node-app

1.0.0 • Public • Published

myFirstNodeApp

This is my first node package.

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

Readme

Keywords

none

Package Sidebar

Install

npm i @numeroo1/my-first-node-app

Weekly Downloads

1

Version

1.0.0

License

Apache

Unpacked Size

12.5 kB

Total Files

4

Last publish

Collaborators

  • numeroo1