UNPKG

date-fns

Version:

Modern JavaScript date utility library

6 lines (5 loc) 199 B
import type { RoundingMethod } from "../types.ts"; export declare function getRoundingMethod( method: RoundingMethod | undefined, ): (number: number) => number; //# sourceMappingURL=index.d.ts.map