Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zPlainTimeConst

    zPlainTime: z.ZodType<Temporal.PlainTime> = ...

    Validates or coerces a string to a Temporal.PlainTime.

    Accepts ISO 8601 time strings without date or timezone (e.g. 13:45:30, 13:45:30.123456789) or existing PlainTime instances.

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