UNPKG

justwatch-api-client

Version:

A client library to interact with the unofficial JustWatch GraphQL API for searching movies/shows and getting streaming information.

4 lines (3 loc) 244 B
import { StreamingInfo } from "../src/index"; declare function getStreamingInfo(itemFullPath: string, Fetcher: (url: string, options: RequestInit) => Promise<Response>, country: string): Promise<StreamingInfo>; export default getStreamingInfo;