UNPKG

@tiktikimelbo7/extensions

Version:

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.

14 lines (13 loc) 1.67 kB
import BaseProvider from './base-provider'; import BaseParser from './base-parser'; import AnimeParser from './anime-parser'; import BookParser from './book-parser'; import ComicParser from './comic-parser'; import VideoExtractor from './video-extractor'; import MangaParser from './manga-parser'; import LightNovelParser from './lightnovel-parser'; import MovieParser from './movie-parser'; import NewsParser from './news-parser'; import { IProviderStats, ISearch, IAnimeEpisode, IAnimeInfo, IAnimeResult, IEpisodeServer, IVideo, LibgenBook, StreamingServers, MediaStatus, SubOrSub, IMangaResult, IMangaChapter, IMangaInfo, ILightNovelResult, ILightNovelInfo, ILightNovelChapter, ILightNovelChapterContent, GetComicsComics, ComicRes, IMangaChapterPage, TvType, IMovieEpisode, IMovieInfo, ISource, ISubtitle, IMovieResult, Intro, Genres, INewsFeed, Topics, INewsInfo, FuzzyDate, ITitle, MediaFormat, ProxyConfig } from './types'; import { LibgenBookObject, GetComicsComicsObject } from './type-objects'; export { BaseProvider, IProviderStats, BaseParser, AnimeParser, BookParser, IAnimeEpisode, IAnimeInfo, IAnimeResult, IEpisodeServer, IVideo, VideoExtractor, LibgenBook, LibgenBookObject, StreamingServers, MediaStatus, SubOrSub, LightNovelParser, MangaParser, NewsParser, IMangaResult, IMangaChapter, IMangaInfo, ILightNovelResult, ILightNovelInfo, ILightNovelChapter, ILightNovelChapterContent, ComicParser, GetComicsComics, GetComicsComicsObject, ComicRes, ISearch, IMangaChapterPage, TvType, MovieParser, IMovieEpisode, IMovieInfo, ISource, ISubtitle, IMovieResult, Intro, Genres, INewsFeed, Topics, INewsInfo, FuzzyDate, ITitle, MediaFormat, ProxyConfig, };