intern-Assignment/Node-Assignments/Server/node_modules/date-fns/_lib/getRoundingMethod.d.cts

5 lines
163 B
TypeScript
Raw Normal View History

2025-01-31 09:50:39 +00:00
import type { RoundingMethod } from "../types.js";
export declare function getRoundingMethod(
method: RoundingMethod | undefined,
): (number: number) => number;