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