1.0.0 • Published 7 years ago

the-batch-base v1.0.0

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

the-batch-base

Build Status npm Version JS Standard

Baseclass of the-batch

Installation

$ npm install the-batch-base --save

Usage

'use strict'

const theBatchBase = require('the-batch-base')

async function tryExample () {

}

tryExample().catch((err) => console.error(err))

API Guide

License

This software is released under the MIT License.

Links