UNPKG

222 BTypeScriptView Raw
1import { Arbitrary } from '../check/arbitrary/definition/Arbitrary';
2/**
3 * For boolean values - `true` or `false`
4 * @remarks Since 0.0.6
5 * @public
6 */
7declare function boolean(): Arbitrary<boolean>;
8export { boolean };