UNPKG

tester-scraper

Version:

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

7 lines (5 loc) 155 B
const { SuzakuTeam } = require("../cjs/index.cjs"); (async () => { const ress = await SuzakuTeam.api.VelynAPI.velynAI("Hai") console.log(ress); })();