Skip to content

SudoDotDog/Sudoo-Random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoo-Random

Continuous Integration codecov npm version downloads

Random

Install

yarn add @sudoo/random
# Or
npm install @sudoo/random --save

Generate Random String

import { randomString } from "@sudoo/random";

randomString();
randomString(6);

Generate Random Numeric String

import { randomNumericString } from "@sudoo/random";

randomNumericString();
randomNumericString(6);

About

🎲 Random

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •