Хелперы для работы с датами + polyfill для свежего API 2025 года

This commit is contained in:
Иван Кузьменко 2025-11-16 06:24:33 +03:00
parent b0bd04b8d6
commit a6bccea822
6 changed files with 134 additions and 17 deletions

View file

@ -41,5 +41,8 @@
"typescript": "^5.7.3",
"vite": "^6.2.0"
},
"type": "module"
"type": "module",
"dependencies": {
"@formatjs/intl-durationformat": "^0.7.6"
}
}