const foo = <T extends {}>(x: T): T => x


<>가 HTML태그가 아니라 제네릭이라는 힌트를 extends로 주면 된다.

+ Recent posts