the-token

1.0.1 • Public • Published

the-token

Build Status npm Version JS Standard

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.

Links

Readme

Keywords

Package Sidebar

Install

npm i the-token

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • okunishinishi