Files
est-frame/node_modules/date-fns/fp/getISOWeek.d.ts
2025-10-22 05:38:27 +00:00

5 lines
99 B
TypeScript
Executable File

export declare const getISOWeek: import("./types.js").FPFn1<
number,
string | number | Date
>;