@dviih/randomstring

2.0.2 • Public • Published

Random String

Generate random strings in Node.js can be slow, this project aims in the speed so, we have a fast C++ backend to generate it for you.

How to use:

  • We provide two standard charsets, the Standard which is [az-AZ-09] and the Extended including the Standard plus some extra symbols.
import RandomString from "@dviih/randomstring";

console.log(RandomString.generate(2_500_000, RandomString.Charset.Standard));

Made by @Dviih

Readme

Keywords

none

Package Sidebar

Install

npm i @dviih/randomstring

Weekly Downloads

10

Version

2.0.2

License

AGPL-3.0-or-later

Unpacked Size

39.5 kB

Total Files

15

Last publish

Collaborators

  • dviih