UNPKG

purrbot-api

Version:

The official API wrapper for the Purrbot.site API 100% API Coverage 100% Type-Script coverage

7 lines (5 loc) 181 B
import nsfw from './nsfw.js'; import owoify from './owoify.js'; import sfw from './sfw.js'; import { get, list } from './util.js'; export default { list, get, nsfw, sfw, owoify };