how to use generics in arrow function in typescript code example Example: generic arrow function typescript const foo = <T extends unknown>(x: T) => x;