UNPKG

210 BTypeScriptView Raw
1import type { ContextFn, Interval, NormalizedInterval } from "../types.js";
2export declare function normalizeInterval(
3 context: ContextFn<Date> | undefined,
4 interval: Interval,
5): NormalizedInterval<Date>;