NeahFront7/node_modules/date-fns/_lib/roundingMethods.d.ts
2025-04-10 18:14:28 +02:00

5 lines
158 B
TypeScript

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