UNPKG
dmirakurun
Version:
latest (4.0.0-beta.16)
4.0.0-beta.16
Fork of Mirakurun modified to work with dantto4k
github.com/nekohkr/DMirakurun/
nekohkr/DMirakurun
dmirakurun
/
lib
/
Mirakurun
/
EPG.d.ts
7 lines
(6 loc)
•
145 B
TypeScript
View Raw
1
2
3
4
5
6
7
import { EIT } from
"
@chinachu
/aribts/lib/table/eit"
; export default
class
EPG
{ private _epg;
write
(eit: EIT): void; end(): void; }