mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-12-08 00:44:30 +01:00
4 lines
187 B
TypeScript
4 lines
187 B
TypeScript
export const getDefaultDescription = (age: number): string => {
|
|
return `I'm Divlo, I'm ${age} years old, I'm from France - Developer Full Stack Junior • Passionate about High-Tech`
|
|
}
|