UNPKG

@odyssoft/tmdb

Version:

Unofficial TMDB v3 api wrapper, built using TypeScript and node.js

3 lines (2 loc) 123 B
declare const Request: (apiKey: string, endpoint: string, options?: Object | any) => Promise<any>; export default Request;