15.4.2 • Published 6 years ago

@the-/handle v15.4.2

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

@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

15.4.2

6 years ago

15.4.1

6 years ago

15.2.4

6 years ago

15.2.3

6 years ago

15.2.1

6 years ago

15.2.0

6 years ago

15.1.4

6 years ago

15.1.3

6 years ago

15.1.2

6 years ago

15.1.0

6 years ago

15.0.3

6 years ago

15.0.2

6 years ago