Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 514 Bytes

eth-connect.isboolean.md

File metadata and controls

24 lines (14 loc) · 514 Bytes

Home > eth-connect > isBoolean

isBoolean() function

Returns true if object is boolean, otherwise false

Signature:

export declare function isBoolean(object: any): object is boolean;

Parameters

Parameter Type Description
object any

Returns:

object is boolean