tokens-creator
v1.3.1
Published
simple tokens creator package
Readme
Table of contents
General info
This package is for simple way to create tokens.
Setup
To run this project, install it locally using npm: npm i tokens-creator
use
To use the tokens creator: const createToken = require('tokens-creator')
to create single token
Now to use createToken(TokenLength) it will return String token for you
to create group of tokens
createTokensGroup(TokenLength,numberOfTheTokens) it will return array of tokens group for you
