patreon-js
patreon-js copied to clipboard
Cannot use in Typescript
There's no declaration file for module 'patreon'
+1
If you don't care about the types then just make a patreon.d.ts
and inside it add
declare module 'patreon';