UNPKG

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