UNPKG
@myno_21/imdb-scraper
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Get imdb information easily & quickly.
github.com/TrishCX/Imdb-Scraper
@myno_21/imdb-scraper
/
src
/
typings
/
index.js
7 lines
(6 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
export
*
from
"./Movie/Movie.js"
;
export
*
from
"./Common/Pictures.js"
;
export
*
from
"./Movie/Search.js"
;
export
*
from
"./Common/Cast.js"
;
export
*
from
"./Common/Similar.js"
;
export
*
from
"./Common/Show.js"
;