interface HookedFunction {
    hook: string;
    id: number;
    fn: Function;
    once: boolean;
}

Properties

Properties

hook: string
id: number
fn: Function
once: boolean