custom-nanoid-gene
v1.1.0
Published
simple nanoid generator
Downloads
16
Readme
Ounch NPM nanoId Generator
Reusable npm package to generate customized nanoId
Usage
To use the package, you will need to import the package
const GenerateToken = require('../../models/GenerateToken');
const randomId = GenerateToken();