@ac-essentials/misc-util
    Preparing search index...

    Type Alias RoundOptions

    type RoundOptions = {
        fractionDigits?: number;
        roundingMethod?: RoundingMethod;
    }
    Index

    Properties

    fractionDigits?: number

    Number of digits to keep after the decimal point.

    roundingMethod?: RoundingMethod

    Rounding method to use.