Files
vega-providers/dist/tokyoInsider/index.js
himanshu8443 3f3e12f5df init
2025-06-15 21:29:40 +05:30

17 lines
633 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.tokyoInsider = void 0;
const catalog_1 = require("./catalog");
const tokyoGetInfo_1 = require("./tokyoGetInfo");
const tokyoGetPosts_1 = require("./tokyoGetPosts");
const tokyoGetStream_1 = require("./tokyoGetStream");
exports.tokyoInsider = {
catalog: catalog_1.tokyoCatalogList,
genres: catalog_1.tokyoGenresList,
GetMetaData: tokyoGetInfo_1.tokyoGetInfo,
GetHomePosts: tokyoGetPosts_1.tokyoGetPosts,
GetStream: tokyoGetStream_1.tokyoGetStream,
GetSearchPosts: tokyoGetPosts_1.tokyoGetPostsSearch,
blurImage: true,
};