In JS, use JSDoc to specify a call's type arguments #8302
Labels
Domain: JavaScript
The issue relates to JavaScript specifically
Domain: JSDoc
Relates to JSDoc parsing and type generation
Needs Proposal
This issue needs a plan that clarifies the finer details of how it could be implemented.
Suggestion
An idea for TypeScript
In typescript we can specified template at function call
But I don't know how to force the type of its template when calling it from js file. And I can't find any clue. It seem like not possible so I want to make feature request if it don't have already
The text was updated successfully, but these errors were encountered: