react-native-malwarelytics
Version:
Malwarelytics for React Native protects your banking or fintech app from a broad range of mobile security threats with an industry-leading mobile threat intelligence solution.
14 lines (13 loc) • 389 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DebuggerType = void 0;
/** Debugger detection data. */
/** Type of debugger. */
let DebuggerType = exports.DebuggerType = /*#__PURE__*/function (DebuggerType) {
DebuggerType["JAVA"] = "JAVA";
DebuggerType["NATIVE"] = "NATIVE";
return DebuggerType;
}({});
//# sourceMappingURL=DebuggerInfo.js.map