Zod Utils by Ian Macalinao
    Preparing search index...

    Variable zNonEmptyStringConst

    zNonEmptyString: z.ZodString = ...

    A Zod schema that ensures the input is a non-empty string; that is, it contains characters that are not whitespace.