UNPKG

kinopoisk-rating

Version:

API-клиент для получения рейтингов с Кинопоиска и IMDb

4 lines (3 loc) 193 B
import { RatingResponse } from "./types"; export declare function parseXML(xml: string): Promise<RatingResponse>; export declare function parseXMLPromise(xml: string): Promise<RatingResponse>;