@squawk
    Preparing search index...

    Interface FormatOptions

    Options accepted by all formatter functions.

    interface FormatOptions {
        locale?: string;
        precision?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    locale?: string

    BCP 47 locale string for number formatting (e.g. 'en-US', 'de-DE'). Defaults to the runtime's default locale.

    precision?: number

    Number of decimal places to display. Overrides the default for the given unit.