0
0
Fork 0

Convert packs/public.jsx to Typescript (#29501)

This commit is contained in:
Renaud Chaput 2024-03-15 14:16:45 +01:00 committed by GitHub
parent 407287573c
commit c76ae7a5c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 463 additions and 286 deletions

View file

@ -102,7 +102,7 @@ const getUnitDelay = (units: string) => {
};
export const timeAgoString = (
intl: IntlShape,
intl: Pick<IntlShape, 'formatDate' | 'formatMessage'>,
date: Date,
now: number,
year: number,