Functions
Const isBoolean
- isBoolean<A>(n: A): Either<Failure<A>, boolean>
-
Type parameters
Parameters
Returns Either<Failure<A>, boolean>
Const toBoolean
- toBoolean<A>(value: A): Either<Failure<A>, boolean>
-
Type parameters
Parameters
Returns Either<Failure<A>, boolean>
isBoolean tests if a value is a boolean.