This repository has been archived on 2025-07-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
eternos/frontend/style/node_modules/date-fns/fp/getDecade.d.cts
2025-02-02 16:08:03 +03:00

5 lines
98 B
TypeScript

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