freerasp-react-native
Version:
React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.
17 lines (16 loc) • 412 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.RaspExecutionState = void 0;
class RaspExecutionState {
static AllChecksFinished = new RaspExecutionState(0);
constructor(value) {
this.value = value;
}
static getValues() {
return [this.AllChecksFinished];
}
}
exports.RaspExecutionState = RaspExecutionState;
//# sourceMappingURL=raspExecutionState.js.map