isBoolean
export function isBoolean(
input: unknown,
onFalse: NotifyOnFalse
): input is boolean
Arguments
1. input
input: unknown
2. onFalse
onFalse: NotifyOnFalse
Returns
input is boolean
export function isBoolean(
input: unknown,
onFalse: NotifyOnFalse
): input is boolean
input
input: unknown
onFalse
onFalse: NotifyOnFalse
input is boolean