UNPKG

nhentai-tools

Version:

A toolset to interact with the doujin site nhentai.net

27 lines (26 loc) 892 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.internal = exports.blacklist = exports.favorites = exports.user = exports.search = exports.comments = exports.gallery = void 0; const gallery = require("./components/gallery"); exports.gallery = gallery; const comments = require("./components/comments"); exports.comments = comments; const search = require("./components/search"); exports.search = search; const user = require("./components/user"); exports.user = user; const favorites = require("./components/favorites"); exports.favorites = favorites; const blacklist = require("./components/blacklist"); exports.blacklist = blacklist; const internal = require("./components/client"); exports.internal = internal; exports.default = { gallery, comments, search, user, favorites, blacklist, internal };