@arcmantle/library
    Preparing search index...

    Type Alias Ctor<T>

    Ctor: Interface<T> & {
        prototype: InstanceType<T>;
        new (...args: any[]): InstanceType<T>;
    }

    Represents a record that also has a constructor function.
    Typically used to represent a class.

    Type Parameters

    • T extends new (...args: any[]) => any = new (...args: any[]) => any