JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 98918
  • Score
    100M100P100Q159982F
  • License MIT

Async middleware for JavaScript and TypeScript

Package Exports

  • @feathersjs/hooks

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@feathersjs/hooks) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Hooks

CI GitHub action Deno CI Download Status

@feathersjs/hooks brings Koa style middleware to any asynchronous JavaScript and TypeScript function or class.

Installation

Node

npm install @feathersjs/hooks --save
const { hooks } = require('@feathersjs/hooks');

import { hooks } from '@feathersjs/hooks';

Deno

import { hooks } from 'https://deno.land/x/hooks@x.x.x/deno/index.ts';

Documentation

See feathersjs/hooks for the complete documentation.

License

Copyright (c) 2020

Licensed under the MIT license.