Files
sp80/sample_interface/node_modules/date-fns/_lib/getRoundingMethod.d.mts
2026-03-13 15:46:10 +08:00

5 lines
163 B
TypeScript

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