contentapi.ts
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.
32 lines (31 loc) • 1.05 kB
TypeScript
import MangaDex from './mangadex';
import ComicK from './comick';
import MangaHere from './mangahere';
import MangaKakalot from './mangakakalot';
import Mangasee123 from './mangasee123';
import Mangapark from './mangapark';
import MangaPill from './mangapill';
import MangaReader from './mangareader';
import AsuraScans from './asurascans';
import FlameScans from './flamescans';
import MangaHost from './mangahost';
import BRMangas from './brmangas';
import ReadManga from './readmanga';
import VyvyManga from './vyvymanga';
declare const _default: {
MangaDex: typeof MangaDex;
ComicK: typeof ComicK;
MangaHere: typeof MangaHere;
MangaKakalot: typeof MangaKakalot;
Mangasee123: typeof Mangasee123;
Mangapark: typeof Mangapark;
MangaPill: typeof MangaPill;
MangaReader: typeof MangaReader;
AsuraScans: typeof AsuraScans;
FlameScans: typeof FlameScans;
MangaHost: typeof MangaHost;
BRMangas: typeof BRMangas;
ReadManga: typeof ReadManga;
VyvyManga: typeof VyvyManga;
};
export default _default;