1.0.0 • Published 1 year ago
cook-string-random v1.0.0
String Random Utils
This module provides utilities for generating random strings.
Installation
You can install this module via npm: npm install string-random-utils
Usage
const { generateUsername } = require('string-random-utils');
const username = generateUsername();
console.log('Username:', username);
1.0.0
1 year ago