Provides extensions to the base ECMAScript (JavaScript) Boolean object.
Boolean Type Extensions
Call signatures
(value?: any): boolean
Parameters
Returns
boolean
Construct signatures
constructor(value?: any): Boolean
Parameters
Returns
Boolean
Properties
public prototype: Boolean
Methods
public parse(value: string): Boolean
Converts a string representation of a logical value to its Boolean object equivalent.
Parameters
Returns
Boolean