UNPKG

date-fns

Version:

Modern JavaScript date utility library

6 lines (5 loc) 210 B
import type { ContextFn, Interval, NormalizedInterval } from "../types.js"; export declare function normalizeInterval( context: ContextFn<Date> | undefined, interval: Interval, ): NormalizedInterval<Date>;