UNPKG

226 BTypeScriptView Raw
1import { HookOptions } from '../../shared/hook-options';
2export declare function BeforeFindAfterOptions(target: any, propertyName: string): void;
3export declare function BeforeFindAfterOptions(options: HookOptions): Function;