Skip to content
/ random Public
generated from cTux/vitejs-ts-lib

Library that extends JS classes with .random() methods.

License

Notifications You must be signed in to change notification settings

cTux/random

Repository files navigation

Random

Installing

Npm

npm i @ctux/random

Yarn

yarn add @ctux/random

Pnpm

pnpm i @ctux/random

Usage

import '@ctux/random';
console.log([1, 2, 3, 4, 5].random());