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.

20 lines (19 loc) 598 B
import DramaCool from './dramacool'; import FlixHQ from './flixhq'; import Fmovies from './fmovies'; import Goku from './goku'; import KissAsian from './kissasian'; import MovieHdWatch from './movidhdwatch'; import SmashyStream from './smashystream'; import ViewAsian from './viewAsian'; declare const _default: { DramaCool: typeof DramaCool; FlixHQ: typeof FlixHQ; Fmovies: typeof Fmovies; Goku: typeof Goku; KissAsian: typeof KissAsian; MovieHdWatch: typeof MovieHdWatch; SmashyStream: typeof SmashyStream; ViewAsian: typeof ViewAsian; }; export default _default;