Improve TypeScript support
See original GitHub issueIt would be nice to write the lib in TypeScript? I am using:
"@types/ioredis": "^4.0.10",
I am looking for TS support for example:
<kbd> </kbd>not sure how to fix
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Improving Workers TypeScript support: accuracy, ergonomics ...
How to use TypeScript with Workers · Improved interoperability with standard types · Improved compatibility with compatibility dates · Improved ...
Read more >TypeScript Programming with Visual Studio Code
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript. It offers classes, modules, and interfaces to help you build robust...
Read more >TypeScript: JavaScript With Syntax For Types.
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale. Try TypeScript Now. Online or...
Read more >Performance · microsoft/TypeScript Wiki - GitHub
Performance traces are meant to help teams figure out build performance issues in their own codebases; however, they can also be useful for...
Read more >Improving the TypeScript support in Azure Functions
Or maybe, the context object that is passed into every JavaScript function? This package helps! To get the most of TypeScript, this should...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@fangedhex Yes, you’re right about the
declaration
option. For now, the declarations are not exported and published to npm is because we’ve not migrated all the code to TypeScript, especially theRedis
class. So it would be better to use @types/ioredis until all the code are migrated.This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 7 days if no further activity occurs, but feel free to re-open a closed issue if needed.