@formatjs/intl-datetimeformat
Version:
Intl.DateTimeFormat polyfill
5 lines (4 loc) • 362 B
TypeScript
import type Decimal from "decimal.js";
import { type FormatDateTimePatternImplDetails } from "./FormatDateTimePattern.js";
import { type ToLocalTimeImplDetails } from "./ToLocalTime.js";
export declare function FormatDateTimeRange(dtf: Intl.DateTimeFormat, x: Decimal, y: Decimal, implDetails: FormatDateTimePatternImplDetails & ToLocalTimeImplDetails): string;