15.4.2 • Published 5 years ago

@the-/handle v15.4.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 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

5 years ago

15.4.1

5 years ago

15.2.4

5 years ago

15.2.3

5 years ago

15.2.1

5 years ago

15.2.0

5 years ago

15.1.4

5 years ago

15.1.3

5 years ago

15.1.2

5 years ago

15.1.0

5 years ago

15.0.3

5 years ago

15.0.2

5 years ago