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

Properties

Properties

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