mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 15:30:57 +00:00
8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
export declare const isSameISOWeekYearWithOptions: import("./types.ts").FPFn3<
|
|
boolean,
|
|
| import("../isSameISOWeekYear.ts").IsSameISOWeekYearOptions
|
|
| undefined,
|
|
string | number | Date,
|
|
string | number | Date
|
|
>;
|