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

    • T

    Parameters

    • Optional value: T

    Returns boolean

Constructors

Properties

Constructors

  • Parameters

    • Optional value: any

    Returns Boolean

Properties

prototype: Boolean