Hook<T>: {
    fun: HookFun<T>;
    once: boolean;
}

Type Parameters

  • T