Interface IHijackOptions<T, U>

Type Parameters

  • T extends unknown[]

  • U

Hierarchy

  • IHijackOptions

Properties

Properties

after?: ((ctx: IHijackContext<T, U>) => void)

Type declaration

before?: ((ctx: IHijackContext<T, U>) => void)

Type declaration

Generated using TypeDoc