Skip to content

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages