Files
to_docx/client/node_modules/date-fns/fp/intlFormat.d.cts
T
2026-05-12 08:59:02 +08:00

7 lines
183 B
TypeScript

export declare const intlFormat: import("./types.js").FPFn3<
string,
import("../intlFormat.js").IntlFormatLocaleOptions,
Intl.DateTimeFormatOptions,
string | number | Date
>;