Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raiondesu/js-random
A collection of simple and lightweight randomizers for JavaScript (TypeScript friendly)
https://github.com/raiondesu/js-random
array boolean es5 javascript js lightweight micropackage monorepo number random simple string ts typescript
Last synced: 14 days ago
JSON representation
A collection of simple and lightweight randomizers for JavaScript (TypeScript friendly)
- Host: GitHub
- URL: https://github.com/raiondesu/js-random
- Owner: Raiondesu
- License: mit
- Created: 2019-03-15T18:11:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T09:35:03.000Z (over 5 years ago)
- Last Synced: 2024-10-14T15:01:15.843Z (23 days ago)
- Topics: array, boolean, es5, javascript, js, lightweight, micropackage, monorepo, number, random, simple, string, ts, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@js-random/all
- Size: 252 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# js-random
> A collection of simple and lightweight randomizers for JavaScript (TypeScript friendly)
## Packages
- `@js-random/all` - all other packages in one - [GitHub repo](https://github.com/Raiondesu/js-random/tree/master/packages/all#readme), [NPM](https://www.npmjs.com/@js-random/all)
- `@js-random/number` [GitHub repo](https://github.com/Raiondesu/js-random/tree/master/packages/number#readme), [NPM](https://www.npmjs.com/@js-random/number)
- `@js-random/string` [GitHub repo](https://github.com/Raiondesu/js-random/tree/master/packages/string#readme), [NPM](https://www.npmjs.com/@js-random/string)
- `@js-random/boolean` [GitHub repo](https://github.com/Raiondesu/js-random/tree/master/packages/boolean#readme), [NPM](https://www.npmjs.com/@js-random/boolean)
- `@js-random/date` [GitHub repo](https://github.com/Raiondesu/js-random/tree/master/packages/date#readme), [NPM](https://www.npmjs.com/@js-random/date)## Installation and usage
See links above.