1.0.0 • Published 2 years ago

curso-fresco-npm v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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