@episodehunter/thetvdb
Version:
Helper lib for thetvdb api
6 lines (5 loc) • 334 B
TypeScript
export { TheTvDbEpisode } from './the-tv-db-episode';
export { TheTvDbShow } from './the-tv-db-show';
export { TheTvDbShowEpisode, TheTvDbShowEpisodePage } from './the-tv-db-show-episode';
export { TheTvDbShowImage } from './the-tv-db-show-image';
export { TheTvDbUpdatedShowId, TheTvDbUpdatedShows } from './the-tv-db-updated-show';