the-handledeprecated

Action handler for the-framework

Usage no npm install needed!

<script type="module">
  import theHandle from 'https://cdn.skypack.dev/the-handle';
</script>

README

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