Constructors

Methods

Constructors

Methods

  • Schedule one or more callbacks to be executed on one or more hooks

    Parameters

    • name: any
    • callback: any
    • first: any

    Returns any

  • Execute all callbacks on a specific hook

    Parameters

    • name: string
    • Optional env: any

    Returns void