UNPKG

@myno_21/imdb-scraper

Version:

Get imdb information easily & quickly.

4 lines (3 loc) 128 B
import { ICast } from "../typings/index.js"; declare function getCast(id: string): Promise<ICast[]>; export default getCast;