Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zPlainMonthDayConst

    zPlainMonthDay: z.ZodType<Temporal.PlainMonthDay> = ...

    Validates or coerces a string to a Temporal.PlainMonthDay.

    Accepts ISO 8601 month-day strings (e.g. --01-15 or 01-15) or existing PlainMonthDay instances.

    Includes JSON Schema metadata (pattern, description) so z.toJSONSchema() produces a correct JSON Schema.