Action handler for the-framework


Keywords
the
License
MIT
Install
npm install the-handle@5.0.5

Documentation

the-handle

Build Status npm Version JS Standard

Action handler for the-framework

Installation

$ npm install the-handle --save

Usage

'use strict'

const theHandle = require('the-handle')

async function tryExample () {
  const handle = theHandle({/* ... */})
}

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

API Guide

License

This software is released under the MIT License.

Links