getRoundingMethod.d.ts 163 Bytes Edit Raw Blame History Permalink 1 2 3 4 import type { RoundingMethod } from "../types.js"; export declare function getRoundingMethod( method: RoundingMethod | undefined, ): (number: number) => number;