Interface BooleanConstructor

    interface BooleanConstructor {
        new BooleanConstructornew (value?: any): Boolean;
        prototype: Boolean;
        <T>(value?: T): boolean;
    }
    • Type Parameters

      • T

      Parameters

      • Optionalvalue: T

      Returns boolean

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalvalue: any

      Returns Boolean

    Properties

    prototype: Boolean