UNPKG

@cifumo/scraper-node

Version:

Sebuah Module Scraper yang dibuat oleh Sxyz dan SuzakuTeam untuk memudahkan penggunaan scraper di project ESM maupun CJS.

33 lines (31 loc) 589 B
const tools = require("./tools.cjs"); const ai = require("./ai.cjs"); const downloader = require("./downloader.cjs"); const game = require("./game.cjs"); const anime = require("./anime.cjs"); const stalker = require("./stalker.cjs"); const info = require("./info.cjs"); const news = require("./news.cjs"); const SuzakuTeam = { tools, ai, downloader, game, anime, stalker, info, news, list: async () => { return { tools, ai, downloader, game, anime, stalker, info, news, }; }, }; module.exports = { SuzakuTeam };