You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could not find a declaration file for module 'monkeylearn'. 'FILE_IN_WHICH_I_AM_USING_MONKEYLEARN' implicitly has an 'any' type.
Try `npm i --save-dev @types/monkeylearn` if it exists or add a new declaration (.d.ts) file containing `declare module 'monkeylearn';`ts(7016)
The text was updated successfully, but these errors were encountered:
akshay-nm
changed the title
Missing .d.ts
Missing .d.ts (typescript support)
May 17, 2021
@akshay-nm I'm going to say you'll be waiting a while - there's been no active dev on this package since 2019. I'm half tempted to have a go at porting to typescript myself given the time.
It might me worth forking and keeping your own version with the types. I doubt it will diverge much from this repo, given that it's been inactive for two years!
I am receiving:
The text was updated successfully, but these errors were encountered: