[Feature Request] Add Typescript typedefinitions
See original GitHub issueIt would be great if this has native support for Angular by bringing in type definitions.
Kudos for a cool library 👍
EDIT: To make it more clear, I’m not asking for Angular wrappers. Just type-definitions, which would let me use the library without declare
-ing constants all over the place in Typescript and killing the whole purpose of using Typescript. And as @harunurhan has mentioned below, it’s also great for documentation as I can simply look up the definition file to know if a method or parameter is required.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:12
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Feature Request: Add Typescript definitions · Issue #90 - GitHub
I would like to use react-hammerjs in my typescript project, but it doesn't have any type definitions. It would be great if this...
Read more >Documentation - Advanced Types - TypeScript
This page lists some of the more advanced ways in which you can model types, it works in tandem with the Utility Types...
Read more >Basic Features: TypeScript - Next.js
npm run dev # You'll see instructions like these: # # Please install TypeScript, @types/react, and @types/node by running: # # yarn add...
Read more >TypeScript Add ServiceStack Reference | Documentation
ServiceStack's Add ServiceStack Reference feature allows clients to generate Native Types from directly within VS.NET using ServiceStackVS VS.NET Extension - ...
Read more >Typescript Typings: The Complete Guide: @types Compiler ...
By far the most differentiating feature of the Typescript language are its multiple different types of type definitions.
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
@achillesrasquinha you misunderstood the request. @rajshrimohanks is asking for type definitions, not an angular wrapper.
@achillesrasquinha Thanks. Let me see if I can do it over the weekend.