Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 284 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 284 Bytes

Random.js

Random utility library for JavaScript

Installation

$ npm install @weflex/random

Usage

Generate a string in randomized order

random.strings(10);

Generate a string in randomized order

random.digits(10);

License

MIT