Comment on Ask HN: Is it worth it to invest in learning TypeScript?parentComments−zkldi4yYou would have to check your third party data sources anyway? I fail to see how this is a knock against typescript.Setting the type of unknown data to `unknown` forces you to validate it.
Comments
You would have to check your third party data sources anyway? I fail to see how this is a knock against typescript.
Setting the type of unknown data to `unknown` forces you to validate it.