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

    Type Alias AbstractClass<T, Arguments>

    AbstractClass: AbstractConstructor<T, Arguments> & {
        prototype: Pick<T, keyof T>;
    }

    Matches an abstract class.

    Copied from the AbstractClass 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[]