UNPKG

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