lacymorrow / movie-trailer

📽 Fetch movie trailers: "Crash" ➔ http://path/to/trailer
https://www.npmjs.com/package/movie-trailer
MIT License
34 stars 8 forks source link

Is there any types for it ? #6

Closed moneebalalfi closed 3 years ago

moneebalalfi commented 3 years ago

I'm using typescript with react ..

moneebalalfi commented 3 years ago

I just solved typescript issue with @ts-ignore Like this :

// @ts-ignore
import * as movieTrailer from "movie-trailer";

Thanks! 💻

lacymorrow commented 3 years ago

Thanks for letting us know the solution @moneebalalfi!