"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Host = void 0;
var Host;
(function (Host) {
Host["API"] = "nhentai.net";
Host["IMAGE"] = "i.nhentai.net";
Host["THUMBNAIL"] = "t.nhentai.net";
})(Host = exports.Host || (exports.Host = {}));