stack

Home > @infiniteobjects/core-library > Assert > isBoolean

Assert.isBoolean() method

Checks if the given input is a Boolean

Signature:

static isBoolean(x: unknown): x is boolean;

Parameters

Parameter Type Description
x unknown  

Returns:

x is boolean