UNPKG

kinoklub-api

Version:

Support library for KinoKlub

14 lines (13 loc) 491 B
import { HTMLElement } from 'node-html-parser'; import { KinoklubCinema } from '../interfaces/global'; export declare const resolveCinema: (text: string) => KinoklubCinema | string; export declare const resolveDate: (date: string, hour: string) => string; export declare const getTicketParams: (el: HTMLElement) => { action: string; mrsId: string; eventId: string; successRedirect: string; failedRedirect: string; redirectAddTickets: string; language: string; };