Typescript Library Declarations (ES2023)
Interface BooleanConstructor
interface
BooleanConstructor
{
new BooleanConstructor
new
(
value
?:
any
)
:
Boolean
;
prototype
:
Boolean
;
<
T
>
(
value
?:
T
)
:
boolean
;
}
Boolean
Constructor
<
T
>
(
value
?
)
:
boolean
Type Parameters
T
Parameters
Optional
value
:
T
Returns
boolean
Index
Constructors
constructor
Properties
prototype
Constructors
constructor
new
Boolean
Constructor
(
value
?
)
:
Boolean
Parameters
Optional
value
:
any
Returns
Boolean
Properties
Readonly
prototype
prototype
:
Boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
prototype
Typescript Library Declarations (ES2023)