UNPKG

@matazi/xui

Version:
9 lines (8 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.IProtocol = void 0; var IProtocol; (function (IProtocol) { IProtocol["VMESS"] = "vmess"; IProtocol["VLESS"] = "vless"; })(IProtocol = exports.IProtocol || (exports.IProtocol = {}));