1.0.1 • Published 4 years ago

npmjs-hello-world-owthub v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

How can we install this package

npm install npmjs-hello-world-owthub

npm i npmjs-hello-world-owthub

How can we use this package

const helloWorld = require("npmjs-hello-world-owthub");

helloWorld.printConsoleMessage(); // without custom message

helloWorld.printCustomConsoleMessage("Welcome to First Package"); // with custom message