Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@feathersjs/hooks

feathersjs632.9kMIT0.9.0TypeScript support: included

Async middleware for JavaScript and TypeScript

feathers, hooks, hook, async, middleware

readme

Hooks

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/src/index.ts';

Documentation

See feathersjs/hooks for the complete documentation.

License

Copyright (c) 2020

Licensed under the MIT license.

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.9.0 (2024-02-25)

Note: Version bump only for package @feathersjs/hooks