augment-vir - v32.2.2
    Preparing search index...

    Type Alias AbstractConstructor<T, Arguments>

    AbstractConstructor: abstract new (...constructorArguments: Arguments) => T

    Matches a class constructor with an abstract signature.

    Copied from the AbstractConstructor type in the type-fest package so that this package's public types do not depend on type-fest (see the note in type-checks.ts).

    Type Parameters

    • T
    • Arguments extends unknown[] = any[]