UNPKG

@srart24/scraper

Version:

@srart24/scraper adalah sebuah module npm yang menyediakan berbagai fitur seru dan berguna seperti pengunduh konten dari platform populer, teks acak, permainan interaktif, dan berbagai fungsi hiburan.

17 lines (15 loc) 609 B
// @srart24 const downloader = require('./lib/downloader/index.js'); const quotes = require('./lib/quotes/index.js'); const games = require('./lib/games/index'); const fun = require('./lib/fun/index.js'); const search = require('./lib/search/index'); const religion = require('./lib/religion/index'); const tools = require('./lib/tools/index'); module.exports.games = new games module.exports.search = new search module.exports.fun = new fun module.exports.quotes = new quotes module.exports.downloader = new downloader module.exports.religion = new religion module.exports.tools = new tools