@arcmantle/library
    Preparing search index...

    Type Alias Class<TInterface, TBase>

    Class: {
        prototype: TInterface & InstanceType<TBase>;
        new (...args: any[]): TInterface & InstanceType<TBase>;
    } & TBase

    Type Parameters

    • TInterface
    • TBase extends Ctor