mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 16:40:57 +00:00
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
export declare const getISOWeekWithOptions: import("./types.ts").FPFn2<
|
|
number,
|
|
import("../getISOWeek.ts").GetISOWeekOptions | undefined,
|
|
string | number | Date
|
|
>;
|