Files
est-frame/node_modules/date-fns/_lib/normalizeInterval.d.cts
2025-10-22 05:38:27 +00:00

6 lines
210 B
TypeScript
Executable File

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