UNPKG

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