Home > eth-connect > toBoolean
Converts value to it's boolean representation (x != 0)
Signature:
export declare function toBoolean(value: BigNumber.Value | boolean): boolean;
Parameter | Type | Description |
---|---|---|
value | BigNumber.Value | boolean |
Returns:
boolean