Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 166 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 166 Bytes

nodejs hello world module

A Example NPM Module

How to use

var nodeHelloWorld = require('node-hello-world');
nodeHelloWorld.sayHi('Surinder Singh');