神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface ResolvedRelativeTimeFormatOptions

    An object with properties reflecting the locale and formatting options computed during initialization of the Intl.RelativeTimeFormat object

    MDN.

    interface ResolvedRelativeTimeFormatOptions {
        locale: string;
        numberingSystem: string;
        numeric: RelativeTimeFormatNumeric;
        style: RelativeTimeFormatStyle;
    }
    Index

    Properties

    locale: string
    numberingSystem: string