UNPKG

nekos-best.js

Version:

The official JavaScript wrapper for the https://nekos.best API with TypeScript typings.

5 lines (3 loc) 106 B
import { Client, fetchRandom } from "./index.js"; export { Client, fetchRandom }; export default Client;