ngryman / reading-time

:books: Medium's like reading time estimation.
https://ngryman.sh
MIT License
1.37k stars 46 forks source link

Cannot find module 'readingTime' or its corresponding type declarations. #48

Closed bhatvikrant closed 2 years ago

bhatvikrant commented 2 years ago

My nextjs cannot find type declarations

Screenshot 2021-11-29 at 3 14 57 PM
Josh-Cena commented 2 years ago

Hi, this module is called reading-time. You need to import it as import readingTime from 'reading-time'.

bhatvikrant commented 2 years ago

Oops, thanks for pointing that out!