isNotBoolean()
Last updated
Was this helpful?
Last updated
Was this helpful?
isNotBoolean()
Checks if the is not the type obtained from its equal to 'boolean'
, not a type and not an instance of .
Code on GitHub.
Type
Payload
extends
object
=
object
value: Type
callback: ResultCallback<Type, Payload>
payload?: Payload
value is Never<AnyBoolean, Type>
A generic type variable Type
indicates the captured type of the given via the value is Never<AnyBoolean, Type>
and the parameter of the provided function type.
The Payload
generic type variable constrained by indicates the type of optional parameter of the supplied function and optional parameter of the function from which it captures its value.
The value
of generic type variable , by default of the type captured from itself to check.
A callback function
of type with parameters, the that has been checked, the of this check, and of generic type variable with optional properties from the provided , to handle them before the return. By default, it uses function.
An optional of the generic type variable is assigned to the of the given function.
The return type is a as the result of its statement indicating the is a generic type that takes a generic type variable by default of value captured from the supplied which changes to on the captured type .
The return value is a indicating whether the provided is not type and not an instance of .