Files
ServiceManager/frontend/node_modules/date-fns/_lib/getRoundingMethod.d.ts
2026-01-01 17:40:53 +01:00

5 lines
163 B
TypeScript

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