minter-js-sdk
minter-js-sdk copied to clipboard
Add type declaration for TypeScript
It would be great to add the d.ts file to the SDK. (Now this is not, including in @types /minter-js-sdk). I could try to do this, but I doubt the correctness.
Maybe you already have a type description that is not included in the repository, then you could add a link to this in the documentation.
Hi, nice idea. Currently, I don't have any ts types, but minter-js-sdk pretty well covered by jsdoc. I guess there should be tools for generating d.ts from jsdoc. I'll try to investigate it when I have time.