I am beginner in typescript and could someone give me a hint: How will look like d.ts file from js library https://github.com/bettiolo/oauth-signature-js/blob/master/src/app/oauth-signature.js
-
I described the process in another question: stackoverflow.com/questions/33044217/…MartyIX– MartyIX2015-10-22 09:17:06 +00:00Commented Oct 22, 2015 at 9:17
-
Does this answer your question? Procedure for generating .d.ts from js fileInigo– Inigo2023-10-31 20:30:15 +00:00Commented Oct 31, 2023 at 20:30
Add a comment
|
1 Answer
It's not possible to automatically create d.ts files.
You should write it.
Although you can look into DefinitelyTyped
library, there are many typings for popular libraries.