hello-omair
v3.1.1
Published
A Node.js module that prints Hello World!
Downloads
2
Readme
hello
A Node.js module that prints 'Hello World!'
Installation
npm install hello-omair --save
yarn add hello-omair
Usage
Javascript
var hello = require('hello-omair');
var omair = hello.omair();
Output should be 'Hello World!'
Test
npm run test