Type alias Activator<T>

Activator<T>: (() => T)

Represents a function type that creates an instance of type T.

Type Parameters

  • T

    The type of object to be activated.

Type declaration

    • (): T
    • Returns T

Generated using TypeDoc