Temporal Utils by Ian Macalinao
    Preparing search index...

    Variable zInstantConst

    zInstant: z.ZodType<
        Temporal.Instant,
        z.ZodTypeDef,
        Temporal.Instant
        | string
        | Date,
    > = ...

    Validates or coerces a string or Date to a Temporal.Instant.