1.1.1 • Published 8 years ago
hi-human v1.1.1
hi-human
Hello World
Installation
npm install --save hi-human
Usage
You can use hi-human through a bundler like webpack or browserify by importing hi-human
in your application:
const hi = require('hi-human')
console.log(hi('World')) // แสดง 'Hi World'
// or...
import hi from 'hi-human'
console.log(hi('World')) // แสดง 'Hi World'