dino-ge
    Preparing search index...

    Interface AbstractConstructor<T>

    Interface representing an abstract class constructor.

    interface AbstractConstructor<T> {
        name: string;
        prototype: T;
    }

    Type Parameters

    • T
    Index

    Properties

    Properties

    name: string
    prototype: T