79715927

Date: 2025-07-26 19:02:34
Score: 1
Natty:
Report link

Currently for VSCode you can simply do

type Simplify<T> = T extends any[] | Date ? T :
  {
    [K in keyof T]: T[K];
  } & {};
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: jeanlou1370