1.0.5 • Published 10 years ago
hello1505 v1.0.5
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!"