2.0.2 • Published 1 year ago

@dviih/randomstring v2.0.2

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
1 year ago

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

2.0.2

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.1

4 years ago