All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.js.intl.RelativeTimeFormatUnit.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

@file:Suppress(
    "NAME_CONTAINS_ILLEGAL_CHARS",
)

package js.intl

// language=JavaScript
@JsName("""(/*union*/{year: 'year', years: 'years', quarter: 'quarter', quarters: 'quarters', month: 'month', months: 'months', week: 'week', weeks: 'weeks', day: 'day', days: 'days', hour: 'hour', hours: 'hours', minute: 'minute', minutes: 'minutes', second: 'second', seconds: 'seconds'}/*union*/)""")
external enum class RelativeTimeFormatUnit {
    year,
    years,
    quarter,
    quarters,
    month,
    months,
    week,
    weeks,
    day,
    days,
    hour,
    hours,
    minute,
    minutes,
    second,
    seconds,

    ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy