uni_scrapper
Version:
A Collection of Movies, Series, Animes Scrapper.
9 lines • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ServerType = void 0;
var ServerType;
(function (ServerType) {
ServerType[ServerType["xprime"] = 0] = "xprime";
ServerType[ServerType["embed"] = 1] = "embed";
})(ServerType || (exports.ServerType = ServerType = {}));
//# sourceMappingURL=server.config.js.map