I'm using StamplayAPI Javascript, but there is no set type for this library.
So I created a type .d.ts
for this library and did a pull request. But I would not want to wait for the acceptance of the pull request to start using my type.
How can I start using my type with the tsd?
Is there any way to install a type of an outside source .. something like
tsd install stamplay-js-sdk --source /my/git/repo/or/path/to/folder