Skip to content

boolean

boolean(): Integrated<undefined, boolean>

It returns an arbitrary that generates a boolean value.

Example

random(boolean())
// => true

Returns

Integrated<undefined, boolean>

An arbitrary that generates a boolean value.