@fuus/random
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@fuus/random

npm npm bundle size npm bundle size

Example

import random, { randomInt } from '@fuus/random';

random.int === randomInt; // true

randomInt(); // returns random integer between 0 and 10
randomInt(5); // random integer between 0 and 5
random.int(5, 25); // random integer between 5 and 25

API

Readme

Keywords

Package Sidebar

Install

npm i @fuus/random

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

3.94 kB

Total Files

5

Last publish

Collaborators

  • http404