0.0.1 • Published 7 years ago

rnd-age v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

rnd-age

Generate a random age

Codeship Status for bukinoshita/rnd-age GitHub release license

Install

$ npm install --save rnd-age

Usage

import rndAge from 'rnd-age'

rndAge(1990, 1994).then(randomAge => console.log(`John has ${randomAge} years`))
// => John has 22 years

API

rnd-age(from, to)

from

Type: Number Required

to

Type: Number Required

Related

License

MIT © Bu Kinoshita