Files
Gemini-Search/node_modules/date-fns/_lib/getRoundingMethod.d.mts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

5 lines
163 B
TypeScript

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