Arbitrarybase64base64 Callablebase64(context?: MaybePartial<StringGenerator>): Dependent<string>Generate a valid base64 (a-zA-Z0-9+/) string arbitrary. And adds the padding as required. Examplerandom(base64())// => "abc="Parameterscontext: MaybePartial<StringGenerator> = {}Returns Dependent<string>An arbitrary base64 string.
Generate a valid base64 (a-zA-Z0-9+/) string arbitrary. And adds the padding as required.
Example