the-token
v1.0.1
Published
Token generator for the-framework
Downloads
10
Readme
the-token
Token generator for the-framework
Installation
$ npm install the-token --save
Usage
'use strict'
const theToken = require('the-token')
async function tryExample () {
let token01 = theToken.generate()
console.log(token01)
}
tryExample().catch((err) => console.error(err))
API Guide
License
This software is released under the MIT License.