generic type arrow function code example Example: generic arrow function typescript const foo = <T extends unknown>(x: T) => x;