UNPKG

date-fns

Version:

Modern JavaScript date utility library

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