diff --git a/apps/main/src/utils/getAge.ts b/apps/main/src/utils/getAge.ts index 8c45ff3..ea6c1e6 100644 --- a/apps/main/src/utils/getAge.ts +++ b/apps/main/src/utils/getAge.ts @@ -3,6 +3,9 @@ const birthYear = 2002 const birthMonth = 7 const birthDate = 30 +/** + * Gets developomp's age with decimal precision + */ export default function getAge(): number { const now = Date.now() const date = new Date()