Files
RentWeAppFront/node_modules/date-fns/_lib/getRoundingMethod.d.mts

5 lines
163 B
TypeScript
Raw Normal View History

2025-11-14 11:39:33 +08:00
import type { RoundingMethod } from "../types.js";
export declare function getRoundingMethod(
method: RoundingMethod | undefined,
): (number: number) => number;