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

    Interface NumberFormatConstructor

    interface NumberFormatConstructor {
        new NumberFormatConstructor(
            locales?: string | string[],
            options?: NumberFormatOptions,
        ): Intl.NumberFormat;
        new NumberFormatConstructor(
            locales?: LocalesArgument,
            options?: NumberFormatOptions,
        ): Intl.NumberFormat;
        prototype: Intl.NumberFormat;
        supportedLocalesOf(
            locales: string | string[],
            options?: NumberFormatOptions,
        ): string[];
        supportedLocalesOf(
            locales: LocalesArgument,
            options?: NumberFormatOptions,
        ): string[];
        (
            locales?: string | string[],
            options?: NumberFormatOptions,
        ): Intl.NumberFormat;
        (
            locales?: LocalesArgument,
            options?: NumberFormatOptions,
        ): Intl.NumberFormat;
    }
    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    prototype: Intl.NumberFormat

    Methods