round
import { round } from "https://raw.githubusercontent.com/JOTSR/Denum/master/mod.ts";Round a value following parameters
function round(
number: number,
decimals?,
mode?: "ceil" | "floor" | "nearest",
): number;import { round } from "https://raw.githubusercontent.com/JOTSR/Denum/master/mod.ts";Round a value following parameters