alexwhitman / node-pushbullet-api

PushBullet API module for Node.js
164 stars 36 forks source link

missing @types/pushbullet #36

Open KaiSchwarz-cnic opened 6 years ago

KaiSchwarz-cnic commented 6 years ago

to be able to work with pushbullet in an typescript development process, @types/pushbullet package needs to be available. Are you planning to dive into this in near future?

alexwhitman commented 6 years ago

I don't use Typescript myself so I haven't been planning on it. I'm happy to help out if someone wants to take the lead on it.

joekiller commented 2 years ago

I didn't finish it, but here's a stab at 3.0 https://gist.github.com/joekiller/8e32d68be579532c78d215a2b54f53cc

KaiSchwarz-cnic commented 2 years ago

Find here also a quick way on how to just let the error disappear.

joekiller commented 2 years ago

Agreed. I have the "declare module" and many of the types completed in the gist just as the article suggests.