6 lines
189 B
TypeScript
6 lines
189 B
TypeScript
|
export declare const isLastDayOfMonthWithOptions: import("./types.js").FPFn2<
|
||
|
boolean,
|
||
|
import("../isLastDayOfMonth.js").IsLastDayOfMonthOptions | undefined,
|
||
|
string | number | Date
|
||
|
>;
|