1.3.1 • Published 2 years ago

tokens-creator v1.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

1.3.1

2 years ago

1.2.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago