Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zPlainYearMonthConst

    zPlainYearMonth: z.ZodType<Temporal.PlainYearMonth> = ...

    Validates or coerces a string to a Temporal.PlainYearMonth.

    Accepts ISO 8601 year-month strings (e.g. 2023-01) or existing PlainYearMonth instances.

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