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) 159 B
const { SuzakuTeam } = require("tester-scraper"); (async () => { const ress = await SuzakuTeam.ai.phindChat("Apa Itu Algoritma") console.log(ress) })()