Files
Gemini-Search/node_modules/date-fns/fp/intlFormat.d.mts
Ammaar Reshi d6025af146 Initial commit
2025-01-04 14:06:53 +00:00

7 lines
183 B
TypeScript

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