Skip to content

ascii

ascii(context): Dependent<string>

Generate a string from the ascii alphabet arbitrary.

Example

random(ascii())
// => "cab"

Parameters

context

MaybePartial<StringGenerator> = {}

Returns

Dependent<string>

An ascii string.