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:
16
dist/tokyoInsider/index.js
vendored
Normal file
16
dist/tokyoInsider/index.js
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
"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,
|
||||
};
|
||||
Reference in New Issue
Block a user