1.0.1 • Published 7 years ago

the-token v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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