lye

Results 7 comments of lye

![image](https://user-images.githubusercontent.com/48909208/146484434-047b86b4-674d-4cad-adef-21f56698846d.png) just like this!

```ts type AppendToObject = { [K in keyof T]:T[K] } & { [P in Exclude]:V } ``` why this not right?

https://www.npmjs.com/package/vite-plugin-svg-icons-enhance

我这个太复杂了 ```ts type Diff = { [K in keyof T | keyof S as K extends keyof T ? (K extends keyof S ? never : K) : K ]:...