mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
init
This commit is contained in:
15
dist/hiAnime/index.js
vendored
Normal file
15
dist/hiAnime/index.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
"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,
|
||||
};
|
||||
Reference in New Issue
Block a user