@koax/promise

1.0.0 • Public • Published

promise

Build status Git tag NPM version Code style

Promise middleware. Included in Koax to give it promise support.

Installation

$ npm install @koax/promise

Middleware

function promise (action, next) {
  if (isPromise(action)) return action
  return next()
}

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    0
  • 0.1.1
    0

Package Sidebar

Install

npm i @koax/promise

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • koax