UNPKG

@myno_21/imdb-scraper

Version:

Get imdb information easily & quickly.

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