Looks like bongard problems for the referenced problem solving tasks https://en.wikipedia.org/wiki/Bongard_problem
The argument is the fact it can have additional properties at runtime. In which case does it not make more sense to have Object.keys typed as `(keyof T & string)[]` Where it's typed as the keys but allows for additional…
Looks like bongard problems for the referenced problem solving tasks https://en.wikipedia.org/wiki/Bongard_problem
The argument is the fact it can have additional properties at runtime. In which case does it not make more sense to have Object.keys typed as `(keyof T & string)[]` Where it's typed as the keys but allows for additional…