wirebox
    Preparing search index...

    Type Alias Class<TArgs, TInstance>

    Class: abstract new (...args: TArgs) => TInstance

    A representation of a class type.

    Type Parameters

    • TArgs extends readonly any[] = readonly any[]

      The arguments of the class.

    • TInstance = any

      The instance type of the class.