UNPKG
kinoklub-api
Version:
latest (2.5.4)
next (1.0.0-next.0)
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.0
2.0.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.0-next.0
0.1.1
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.3-next.0
0.0.2
0.0.1
0.0.1-next.7
0.0.1-next.6
0.0.1-next.5
0.0.1-next.4
0.0.1-next.3
0.0.1-next.0
Support library for KinoKlub
github.com/aquasoup/
kinoklub-api
/
services
/
movie.service.d.ts
7 lines
(6 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Language
}
from
'../interfaces/global.js'
;
import
{
KinoklubMovie
}
from
'../interfaces/movie.interface.js'
;
export
declare
class
MovieScraper
{
movie
(
screeningId
:
number
,
lang
:
Language
):
Promise
<
KinoklubMovie
>;
private
buildMovie; }