JSDoc Type hinting for express js request body – Javascript
How do I get VSCode's intellisense to type hint a request's body (Express.js)? For example here I'm trying to type hint body as a string, but I don't see any string methods/suggestions show up: Here is what I want (a…