Patreon / patreon-js

Use the Patreon API via OAuth.
MIT License
151 stars 30 forks source link

Cannot use in Typescript #40

Open Mzato0001 opened 3 years ago

Mzato0001 commented 3 years ago

There's no declaration file for module 'patreon'

iamursky commented 8 months ago

+1

Veradictus commented 8 months ago

If you don't care about the types then just make a patreon.d.ts and inside it add

declare module 'patreon';