hi-human
v1.1.1
Published
Hellooooooooowwwww
Readme
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'