UNPKG

x-crawl

Version:

x-crawl is a flexible Node.js AI-assisted crawler library.

4 lines (3 loc) 189 B
const yellow = (str) => `\u001b[33m${str}\u001b[39m` const log = process.env.VITE_CJS_TRACE ? console.trace : console.warn log(yellow(`The CJS version of x-crawl has been deprecated.`))