5 ms·
With TS do I have to have a spec for every third party code or can I import something and use it as-is, but not get the benefits of TS on that part of the code?
by Tarks 10y ago
With TS do I have to have a spec for every third party code or can I import something and use it as-is, but not get the benefits of TS on that part of the code?
- maattdd 10y agoYou can do both.
- popmystack 10y agoSeems like a silly conundrum to be in.