79769564

Date: 2025-09-19 13:28:29
Score: 1.5
Natty:
Report link
type Required<T> = {
    [K in keyof T]-?: Exclude<T[K], undefined>;
}

Here's the Required which really works.

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Ivan Pesochenko