神岛 API 文档 - ArenaPro版
    Preparing search index...
    RelativeTimeFormat: {
        supportedLocalesOf(
            locales?: LocalesArgument,
            options?: RelativeTimeFormatOptions,
        ): string[];
        new (
            locales?: LocalesArgument,
            options?: RelativeTimeFormatOptions,
        ): Intl.RelativeTimeFormat;
    }

    The Intl.RelativeTimeFormat object is a constructor for objects that enable language-sensitive relative time formatting.

    Compatibility.

    Type declaration