UNPKG

@davidpunya/web-scraper

Version:

The library web scraper for Restfull API's

19 lines (18 loc) 654 B
const ai = new(require("./library/system/ai")); const Downloader = new (require("./library/system/downloader")); const Information = new (require("./library/system/information")); const NSFW = new (require("./library/system/nsfw")); const Tools = new (require("./library/system/tools")); const Search = new (require("./library/system/Search")); const Function = new (require("./library/dist/functions")); module.exports = class Component { Function = Function Scraper = { Ai: ai, Downloader: Downloader, Information: Information, NSFW: NSFW, Tools: Tools, Search: Search } };