mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
7 lines
264 B
TypeScript
7 lines
264 B
TypeScript
import { DIVLO_BIRTHDAY, getAge } from './getAge'
|
|
|
|
export const getDefaultDescription = (): string => {
|
|
const age = getAge(DIVLO_BIRTHDAY)
|
|
return `I'm Divlo, I'm ${age} years old, I'm from France - Developer Full Stack Junior • Passionate about High-Tech`
|
|
}
|