Quantcast
Channel: Node.js Tools for Visual Studio
Viewing all articles
Browse latest Browse all 4630

Edited Issue: Routes in generated TypeScript Express app don't have type information [645]

$
0
0
index.ts:
```
export function index(req, res) {
res.render('index', { title: 'Hugues' });
};
```

user.ts:
```
export function list(req, res) {
res.send("respond with a resource");
};
```


Viewing all articles
Browse latest Browse all 4630

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>