79549800

Date: 2025-04-02 06:10:05
Score: 1
Natty:
Report link

Every other answer in this thread makes ugly tooltips, here is one that doesn't

export type Overwrite<T, R> = { [K in keyof T]: K extends keyof R ? R[K] : T[K] };
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: pushkine