1.1.1 • Published 8 years ago

hi-human v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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'
1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago