date-vir - v8.0.0
    Preparing search index...

    Type Alias RoundOptions

    Common options for rounding.

    type RoundOptions = {
        decimalCount?: number;
    }
    Index

    Properties

    Properties

    decimalCount?: number

    The number of decimals to allow for each duration unit's value. Rounding is used to reach this number. If omitted or set to undefined, no rounding takes place.