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.

10 lines (9 loc) 236 B
import Anilist from './anilist'; import Myanimelist from './mal'; import TMDB from './tmdb'; declare const _default: { Anilist: typeof Anilist; Myanimelist: typeof Myanimelist; TMDB: typeof TMDB; }; export default _default;