1.1.0 • Published 2 years ago

@cybjs/random-string v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.0-alpha.1

2 years ago