Interface ReferenceErrorConstructor

    interface ReferenceErrorConstructor {
        new ReferenceErrorConstructornew (message?: string): ReferenceError;
        new ReferenceErrorConstructornew (message?: string, options?: ErrorOptions): ReferenceError;
        new ReferenceErrorConstructornew (message?: string): Error;
        new ReferenceErrorConstructornew (message?: string, options?: ErrorOptions): Error;
        prototype: ReferenceError;
        (message?: string): ReferenceError;
        (message?: string, options?: ErrorOptions): ReferenceError;
        (message?: string): Error;
        (message?: string, options?: ErrorOptions): Error;
    }
    Hierarchy

    Constructors

    Properties

    Constructors

    Properties

    prototype: ReferenceError