i18n-js v4.5.2
    Preparing search index...

    Interface FormatNumberOptions

    interface FormatNumberOptions {
        delimiter: string;
        format: string;
        negativeFormat: string;
        precision: null | number;
        raise: boolean;
        roundMode: RoundingMode;
        separator: string;
        significant: boolean;
        stripInsignificantZeros: boolean;
        unit: string;
    }
    Index

    Properties

    delimiter: string
    format: string
    negativeFormat: string
    precision: null | number
    raise: boolean
    roundMode: RoundingMode
    separator: string
    significant: boolean
    stripInsignificantZeros: boolean
    unit: string