Skip to main content

DeferFunction

Hierarchy

  • Function
    • DeferFunction

Implements

  • Disposable
  • AsyncDisposable

Callable

  • DeferFunction<U, T>(fn: T, ...args: U): T

  • Type parameters

    • U: any[]
    • T: (...args: U) => any

    Parameters

    • fn: T
    • rest...args: U

    Returns T

Index

Constructors

Constructors

publicconstructor

Page Options