patreon-js icon indicating copy to clipboard operation
patreon-js copied to clipboard

Cannot use in Typescript

Open Mzato0001 opened this issue 3 years ago • 2 comments

There's no declaration file for module 'patreon'

Mzato0001 avatar Jun 21 '21 14:06 Mzato0001

+1

iamursky avatar Oct 25 '23 08:10 iamursky

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

declare module 'patreon';

Veradictus avatar Nov 06 '23 22:11 Veradictus