Class Hook<T, R, AdditionalOptions>

Type Parameters

Hierarchy

Constructors

  • Type Parameters

    Parameters

    Returns Hook<T, R, AdditionalOptions>

Properties

name: undefined | string
taps: FullTap[]

Methods

  • Parameters

    Returns void

  • Parameters

    Returns void

  • Returns boolean

  • Parameters

    Returns Promise<R>

  • Parameters

    • options: string | TapOptions & {
          name: string;
      } & IfSet<AdditionalOptions>
    • fn: ((...args) => R)
        • (...args): R
        • Parameters

          Returns R

    Returns void

  • Parameters

    Returns Omit<Hook<T, R, AdditionalOptions>, "promise" | "call" | "callAsync">

Generated using TypeDoc