Library API
    Preparing search index...

    Type Alias Temporals

    Temporals:
        | "Instant"
        | "ZonedDateTime"
        | "PlainDateTime"
        | "PlainDate"
        | "PlainTime"
        | "PlainYearMonth"
        | "PlainMonthDay"
        | "Duration"
    🔍 Expanded Type Evaluation (Compiler API)
    type Temporals = "Instant" | "ZonedDateTime" | "PlainDateTime" | "PlainDate" | "PlainTime" | "PlainYearMonth" | "PlainMonthDay" | "Duration"

    Union type of all ECMAScript Temporal API type name strings