UNPKG

@myno_21/imdb-scraper

Version:

Get imdb information easily & quickly.

4 lines (3 loc) 126 B
import { IMovie } from "../typings/index.js"; declare function getMovie(id: string): Promise<IMovie>; export { getMovie };