Function nextTick

  • Type Parameters

    • T = void

    • R = void

    Parameters

    • this: T
    • Optional fn: ((this) => R)
        • (this): R
        • Parameters

          • this: T

          Returns R

    Returns Promise<Awaited<R>>

Generated using TypeDoc