This package has been deprecated

Author message:

NO LONGER MAINTINAED

@the-/handle

15.4.2 • Public • Published

@the-/handle

npm Version

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({
    /* ... */
  })
  handle.setAttribute({
    context: {
      /* ... */
    },
  })
}

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

API Guide

See API Guide for more detail

License

This software is released under the MIT License.

Links

Readme

Keywords

Package Sidebar

Install

npm i @the-/handle

Weekly Downloads

3

Version

15.4.2

License

MIT

Unpacked Size

97.5 kB

Total Files

34

Last publish

Collaborators

  • okunishinishi