volleyball-dev-frontend/node_modules/date-fns/fp/intlFormat.d.ts
2025-06-02 16:42:16 +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
>;