dcts / opensea-scraper

Scrapes nft floor prices and additional information from opensea. Used for https://nftfloorprice.info
MIT License
184 stars 73 forks source link

Add typings #5

Closed Androz2091 closed 2 years ago

dcts commented 2 years ago

Hey @Androz2091 can you quickly explain what the typscript declaration file is needed for (I am not familiar with typescript)? Found this documentation reference but still am a bit confused.

Let me know, will happily merge since it seem to not affect anything really.

Androz2091 commented 2 years ago

It's required to work with TypeScript. It's not very advanced (we would need to type any in the basic info method) but it's still better than nothing.

dcts commented 2 years ago

ok thanks!