NeahFront3/node_modules/date-fns/fp/formatWithOptions.d.ts
2025-04-09 18:02:58 +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
>;