UNPKG

@cifumo/scraper-node

Version:

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

6 lines (5 loc) 137 B
import { SuzakuTeam } from "./index.js"; (async () => { const listScraper = await SuzakuTeam.list(); console.log(listScraper); })();