📄 normalizeInterval.d.cts
/home/palash/git/site/node_modules/date-fns/_lib/normalizeInterval.d.cts
Language: cts • Lines: 5
import type { ContextFn, Interval, NormalizedInterval } from "../types.ts";
export declare function normalizeInterval(
  context: ContextFn<Date> | undefined,
  interval: Interval,
): NormalizedInterval<Date>;