NeahFront7/node_modules/date-fns/fp/formatWithOptions.d.ts
2025-04-10 18:14:28 +02:00

7 lines
168 B
TypeScript

export declare const formatWithOptions: import("./types.js").FPFn3<
string,
import("../format.js").FormatOptions | undefined,
string,
string | number | Date
>;