unis_crm/frontend/node_modules/date-fns/_lib/getRoundingMethod.d.ts

5 lines
163 B
TypeScript
Raw Normal View History

2026-03-19 06:27:20 +00:00
import type { RoundingMethod } from "../types.js";
export declare function getRoundingMethod(
method: RoundingMethod | undefined,
): (number: number) => number;