Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zInstantInstanceConst

    zInstantInstance: z.ZodType<Temporal.Instant> = ...

    Validates that the value is an instance of Temporal.Instant.

    Unlike zInstant, this does not coerce strings or Date objects. Use this when you expect a pre-parsed Temporal.Instant instance.

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