7 lines
191 B
TypeScript
7 lines
191 B
TypeScript
|
export declare const subMonthsWithOptions: import("./types.js").FPFn3<
|
||
|
Date,
|
||
|
import("../subMonths.js").SubMonthsOptions<Date> | undefined,
|
||
|
number,
|
||
|
import("../fp.js").DateArg<Date>
|
||
|
>;
|