UNPKG

@livetv-app/epgdata

Version:
5 lines (4 loc) 425 B
import { Channel, Programme } from './types'; export declare function getProgrammeAtTime(time: Date, programmes: Programme[], channel?: Channel | string): Programme | null; export declare function getPreviousProgrammeTime(time: Date, programmes: Programme[], channel?: Channel | string): Date | null; export declare function getNextProgrammeTime(time: Date, programmes: Programme[], channel?: Channel | string): Date | null;