react-native-xenon
Version:
A powerful in-app debugging tool for React Native.
18 lines (17 loc) • 562 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.NetworkType = exports.DebuggerPanel = void 0;
let NetworkType = exports.NetworkType = /*#__PURE__*/function (NetworkType) {
NetworkType["XHR"] = "xhr";
NetworkType["Fetch"] = "fetch";
NetworkType["WS"] = "ws";
return NetworkType;
}({});
let DebuggerPanel = exports.DebuggerPanel = /*#__PURE__*/function (DebuggerPanel) {
DebuggerPanel["Network"] = "network";
DebuggerPanel["Console"] = "console";
return DebuggerPanel;
}({});
//# sourceMappingURL=common.js.map