npm.io
1.0.0 • Published 4 years ago

curso-fresco-npm

Licence
ISC
Version
1.0.0
Deps
0
Size
1 kB
Vulns
0
Weekly
0

curso-fresco-npm

Repo para cumplir con el curso de fresco play y crear un package en npm y publicarlo

Usage

Install the package using npm : npm install curso-fresco-npm --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