npm.io
0.0.1 • Published 9 years ago

rnd-age

Licence
MIT
Version
0.0.1
Deps
1
Vulns
0
Weekly
0

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

License

MIT Bu Kinoshita