mattpocock / ts-error-translator

VSCode extension to turn TypeScript errors into plain English
https://ts-error-translator.vercel.app
2.35k stars 90 forks source link

Translation request for 2531 #309

Open melutovich opened 1 month ago

melutovich commented 1 month ago

Error Text

Object is possibly 'null'.

Supporting Information

Please provide other information which led to this error, and any specific questions you have about it: const res = await fetch('my url') if(res.headers.get("Content-Type").indexOf("application/json")>=0){