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_packageWith npm
npm install my-module_packageUsage
Import the module
const welcome = require("my-module_package");You will have available the function welcome.
welcome(name);