1.0.3 • Published 6 years ago
my-module_package v1.0.3
my-module-package
This is my first published module and says "Welcome!"
Installation
With yarn
yarn add my-module_package
With npm
npm install my-module_package
Usage
Import the module
const welcome = require("my-module_package");
You will have available the function welcome
.
welcome(name);