@yesstudio/yes-utils
    Preparing search index...

    Interface RoundOptions

    The options that can be passed to the round function.

    interface RoundOptions {
        method?: "ceil" | "floor" | "round";
        precision?: number;
    }
    Index

    Properties

    Properties

    method?: "ceil" | "floor" | "round"

    The rounding method to use.

    precision?: number

    The precision to round to.