Skip to content
On this page

isBoolean

ts
function isBoolean(obj: any): obj is boolean;

Parameters

ParameterDescription
obj