UNPKG

@feathersjs/koa

Version:

Feathers KoaJS framework bindings and REST provider

3 lines (2 loc) 164 B
import { FeathersKoaContext } from './declarations'; export declare const errorHandler: () => (ctx: FeathersKoaContext, next: () => Promise<any>) => Promise<void>;