hello1505
v1.0.5
Published
Says Hello and Hi!
Downloads
4
Readme
Installation
npm install hello1505
Features
- Says Hello!
- Says Hi!
Examples & Usage
var hello = require('hello1505');
console.log(hello.hello('R2D2')); // "Hello, R2D2!"
console.log(hello.hi('R2D2')); // "Hi, R2D2!"