TypeScript
TypeScript copied to clipboard
Improve narrowing by `in` operator under `noUncheckedIndexedAccess` for variable properties
fixes https://github.com/microsoft/TypeScript/issues/61389 it's a small extension of https://github.com/microsoft/TypeScript/pull/57847