the-tip-top-backend/node_modules/date-fns/_lib/getRoundingMethod.d.ts
2025-11-17 23:47:54 +01:00

5 lines
163 B
TypeScript

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