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