Const
Validates that the value is an instance of Temporal.PlainYearMonth.
Unlike zPlainYearMonth, this does not coerce strings. Use this when you expect a pre-parsed Temporal.PlainYearMonth instance.
Temporal.PlainYearMonth
Includes JSON Schema metadata so z.toJSONSchema() produces a correct JSON Schema.
z.toJSONSchema()
Validates that the value is an instance of Temporal.PlainYearMonth.
Unlike zPlainYearMonth, this does not coerce strings. Use this when you expect a pre-parsed
Temporal.PlainYearMonthinstance.Includes JSON Schema metadata so
z.toJSONSchema()produces a correct JSON Schema.