Files
Canteen-Management-System/counter-frontend/node_modules/date-fns/_lib/getRoundingMethod.d.cts
2026-07-24 12:06:56 +05:30

5 lines
163 B
TypeScript

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