UNPKG

date-fns-jalali

Version:

Modern JavaScript date utility library for jalali calendar

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>;