Files

7 lines
183 B
TypeScript
Raw Permalink Normal View History

2025-11-14 11:39:33 +08:00
export declare const intlFormat: import("./types.js").FPFn3<
string,
import("../intlFormat.js").IntlFormatLocaleOptions,
Intl.DateTimeFormatOptions,
string | number | Date
>;