@tapmorales/raffle

1.1.0 • Public • Published

Raffle

just pick a ramdon number

Usage

  • Clone the repo

$ git clone https://github.com/tapmorales/raffle.git

  • Install dependencies

$ npm install

  • Import the lib and write
const picked = raffle(min, max);

this function will return a number greather than or equal min parameter and greater than or equal max parameter

Author

Daniel Tapias Morales

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @tapmorales/raffle

Weekly Downloads

1

Version

1.1.0

License

ISC

Unpacked Size

1.85 kB

Total Files

5

Last publish

Collaborators

  • tapmorales