UNPKG

@suzakuteam/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) 169 B
import { SuzakuTeam } from "../esm/index.js"; (async () => { const ress = await SuzakuTeam.tools.checkSpeedWebsite("https://velyn.biz.id"); console.log(ress); })();