UNPKG

xhub-ai

Version:

XHub uses artificial intelligence to deliver categorized NSFW images with ease. Retrieve high-quality content securely using a simple API wrapper.

6 lines (4 loc) 172 B
import { renameSync, readdirSync } from "fs"; readdirSync("./build/cjs").forEach((e) => { renameSync(`./build/cjs/${e}`, `./build/cjs/${e.replace(".js", ".cjs")}`); });