|
|
|
|
|
by ddoolin
1646 days ago
|
|
VSCode's support of TypeScript is a boon even if you're writing vanilla JS, because it will pick up types defined by your libraries in use and now you can very quickly/easily get to the interface information without having to dig into source. |
|