timepiece/node_modules/date-fns/_lib/getRoundingMethod.d.ts

5 lines
163 B
TypeScript
Raw Normal View History

2024-05-14 14:54:12 +00:00
import type { RoundingMethod } from "../types.js";
export declare function getRoundingMethod(
method: RoundingMethod | undefined,
): (number: number) => number;