✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Node.js
Цей код не компілюється. Яка найменша зміна зробить його коректним без використання any?
function process(value: unknown): string {
return value.toUpperCase();
}