7 lines
196 B
TypeScript
7 lines
196 B
TypeScript
|
export declare const isFirstDayOfMonthWithOptions: import("./types.js").FPFn2<
|
||
|
boolean,
|
||
|
| import("../isFirstDayOfMonth.js").IsFirstDayOfMonthOptions
|
||
|
| undefined,
|
||
|
string | number | Date
|
||
|
>;
|