AWS-Panel/frontend/node_modules/date-fns/_lib/getRoundingMethod.d.cts

5 lines
163 B
TypeScript
Raw Normal View History

2025-12-10 12:02:17 +08:00
import type { RoundingMethod } from "../types.js";
export declare function getRoundingMethod(
method: RoundingMethod | undefined,
): (number: number) => number;