KeithHenry / chromeExtensionAsync

Promise wrapper for the Chrome extension API so that it can be used with async/await rather than callbacks
MIT License
228 stars 32 forks source link

Publish the types declaration file on @types #3

Open LucianU opened 7 years ago

LucianU commented 7 years ago

Any reason why the declaration file is not on @types? It would make it easier to use, as it doesn't have to be copied with the project.

KeithHenry commented 7 years ago

Other than the additional hassle and time involved in going through https://github.com/types/_guidelines, none. I'll add it if there is demand for it, when I get time.

LucianU commented 7 years ago

Ok, thank you!