UNPKG

290 BTypeScriptView Raw
1import type { Arbitrary } from '../check/arbitrary/definition/Arbitrary.js';
2/**
3 * For single hexadecimal characters - 0-9 or a-f
4 * @deprecated Prefer using `fc.constantFrom(...'0123456789abcdef')`
5 * @remarks Since 0.0.1
6 * @public
7 */
8export declare function hexa(): Arbitrary<string>;