UNPKG

@zeldafan0225/ai_horde

Version:

A package to interact with the ai horde API

8 lines (6 loc) 219 B
import * as lib from "./index.js"; export * from "./index.js"; // Provide everything as an object because there is a // `module.exports = { ... }` statement at the end of // the "./index.js"` file. export default lib;