UNPKG

251 BTypeScriptView Raw
1import { Arbitrary } from '../check/arbitrary/definition/Arbitrary';
2/**
3 * For single ascii characters - char code between 0x00 (included) and 0x7f (included)
4 * @remarks Since 0.0.1
5 * @public
6 */
7export declare function ascii(): Arbitrary<string>;