UNPKG

identify-media

Version:

Analyse file path and content to make search criteria for media APIs

4 lines 214 B
import { RequestConfig, TmdbGetTVShowQuery } from "../index"; declare const getTVShow: (query: TmdbGetTVShowQuery, apikey: string) => RequestConfig; export default getTVShow; //# sourceMappingURL=getTVShow.d.ts.map