2
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
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,