Files
2026-06-10 12:14:46 -03:00

5 lines
163 B
TypeScript

import type { RoundingMethod } from "../types.ts";
export declare function getRoundingMethod(
method: RoundingMethod | undefined,
): (number: number) => number;