mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
4 lines
80 B
TypeScript
4 lines
80 B
TypeScript
export function getCurrentYear(): number {
|
|
return new Date().getFullYear();
|
|
}
|