Skip to content

boskomp/generate-random-string

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can install this package via npm:

npm install generate-random-strings

Usage

const generateRandomString = require('generate-random-strings');

// Example: Generate a random string with the default length (10 characters)
const randomString1 = generateRandomString();
console.log('Random String 1:', randomString1);

// Example: Generate a random string with a specified length (20 characters)
const randomString2 = generateRandomString(20);
console.log('Random String 2:', randomString2);

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published