Files
est-frame/node_modules/date-fns/_lib/getRoundingMethod.d.ts
2025-10-22 05:38:27 +00:00

5 lines
163 B
TypeScript
Executable File

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