1.2.3 • Published 6 months ago

@ounch/custom-nanoid-gene v1.2.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

Ounch NPM nanoId Generator

Reusable npm package to generate customized nanoId

Usage

To use the package, you need to import the package after installing it. 

const GenerateToken = require('custom-nanoid-gene');

Optional - you can add the prefaired string length:

GenerateToken(10)

Also you have to define the random string base in .env file:

APP_RANDOM_CODE_STRING= '1234567890ABCDEFGHIJKLMNPQRSUVWXYZabcdefghjklmnpqrstuvwxyz'
1.2.3

6 months ago

1.2.2

6 months ago

1.2.1

6 months ago

1.2.0

6 months ago