date-vir - v7.4.0
    Preparing search index...

    Type Alias RoundOptions

    Common options for rounding.

    type RoundOptions = {
        roundToDigits?: number;
    }
    Index

    Properties

    Properties

    roundToDigits?: number

    Set the numbers of decimal digits to round to.

    Set to 0 to round off all decimal digits.

    Omit or set to undefined to turn off all rounding.