/** * A generator of alphanumeric strings. Shrinks towards the empty string. * * @tsplus static effect/core/testing/Gen.Ops alphaNumericString */ export const alphaNumericString: Gen = Gen.string(Gen.alphaNumericChar)