database-petani-mobile/node_modules/date-fns/_lib/getRoundingMethod.d.mts
2026-02-23 16:39:35 +07:00

5 lines
163 B
TypeScript

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