@walter.scarborough/base62-random

1.0.0 • Public • Published

base62-random

Overview

This is a TypeScript library for generating random base62 strings. It uses the built-in Node.js crypto library to generate random characters.

Usage

Call the generateRandomBase62 function with the desired length of your random base62 output.

const base62Output = generateRandomBase62(10);

Running Tests

npm run test

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i @walter.scarborough/base62-random

Weekly Downloads

27

Version

1.0.0

License

MIT

Unpacked Size

4.98 kB

Total Files

6

Last publish

Collaborators

  • walter.scarborough