1.0.1 ā€¢ Published 12 months ago

@turtle-pog/randomnum v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Randomly generate a number between 2 numbers

šŸ  Homepage

Install

npm install @turtle-pog/randomnum

Usage

const randNum = require('@turtle-pog/randomnum')
let settings = {
    minimum: 1,
    maximum: 10,
}

console.log(randNum(settings))

Author

šŸ‘¤ AidanTheDev

šŸ¤ Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2023 AidanTheDev. This project is Apache License 2.0 licensed.


This README was generated with ā¤ļø by readme-md-generator

1.0.1

12 months ago

1.0.0

1 year ago