npm.io
0.9.0 • Published 2 years ago

@feathersjs/hooks

Licence
MIT
Version
0.9.0
Deps
0
Size
46 kB
Vulns
0
Weekly
0
Stars
158

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.

Keywords