volleyball-dev-frontend/node_modules/date-fns/fp/differenceInSecondsWithOptions.d.ts
2025-06-02 16:42:16 +00:00

7 lines
223 B
TypeScript

export declare const differenceInSecondsWithOptions: import("./types.js").FPFn3<
number,
import("../differenceInSeconds.js").DifferenceInSecondsOptions | undefined,
string | number | Date,
string | number | Date
>;