Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 318 Bytes

Random.md

File metadata and controls

20 lines (13 loc) · 318 Bytes

random

Example#1

import JStr from "@akcybex/jstr";

const result = JStr.random(20);
console.log(result); // Outputs: 'JlPo591STBctjOjPw15d'

Example#2

import JStr from "@akcybex/jstr";

const result = JStr.random();

console.log(result); // Outputs: 'fEcu70M9LQ2Uknyk'