1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-12-08 00:44:30 +01:00
.profile/utils/getDefaultDescription.ts

4 lines
187 B
TypeScript
Raw Normal View History

export const getDefaultDescription = (age: number): string => {
2021-12-04 15:52:51 +01:00
return `I'm Divlo, I'm ${age} years old, I'm from France - Developer Full Stack Junior • Passionate about High-Tech`
}