UNPKG

293 BTypeScriptView Raw
1import { NextFunction } from '@feathersjs/hooks';
2import { HookContext, FeathersService } from './declarations';
3export declare function eventHook(context: HookContext, next: NextFunction): Promise<void>;
4export declare function eventMixin<A>(service: FeathersService<A>): FeathersService<A>;