1.0.0 • Published 1 year ago

cook-string-random v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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);