Skip to content

A function that generated simple random string with specified length.

Notifications You must be signed in to change notification settings

cybjs/random-string

Repository files navigation

random-string

A function that generated simple random string with specified length.

Installation

npm install @cybjs/random-string

Usage

ES6 module use case:

import { randomString } from "@cybjs/random-string";
console.info(randomString(32));

CommonJS module use case:

const { randomString } = require("@cybjs/random-string");
console.info(randomString(32));

About

A function that generated simple random string with specified length.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published