mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
16 lines
555 B
JavaScript
16 lines
555 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.HiAnime = void 0;
|
|
const hiGetInfo_1 = require("./hiGetInfo");
|
|
const hiCatalog_1 = require("./hiCatalog");
|
|
const HiGetSteam_1 = require("./HiGetSteam");
|
|
const hiGetPosts_1 = require("./hiGetPosts");
|
|
exports.HiAnime = {
|
|
catalog: hiCatalog_1.hiCatalog,
|
|
genres: hiCatalog_1.hiGenresList,
|
|
GetMetaData: hiGetInfo_1.hiGetInfo,
|
|
GetHomePosts: hiGetPosts_1.hiGetPosts,
|
|
GetStream: HiGetSteam_1.hiGetStream,
|
|
GetSearchPosts: hiGetPosts_1.hiGetPostsSearch,
|
|
};
|