wirebox
    Preparing search index...

    Type Alias ProvidableClass<TValue, TArgs>

    ProvidableClass: Class<TArgs, Providable<TValue>>

    A class which provides a value and conforms to Providable.

    Type Parameters

    • TValue

      The value type provided by the class.

    • TArgs extends readonly any[] = any[]

      The arguments of the class.