UNPKG

dmirakurun

Version:

Fork of Mirakurun modified to work with dantto4k

7 lines (6 loc) 145 B
import { EIT } from "@chinachu/aribts/lib/table/eit"; export default class EPG { private _epg; write(eit: EIT): void; end(): void; }