UNPKG

freerasp-react-native

Version:

React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.

10 lines 253 B
export class RaspExecutionState { static AllChecksFinished = new RaspExecutionState(0); constructor(value) { this.value = value; } static getValues() { return [this.AllChecksFinished]; } } //# sourceMappingURL=raspExecutionState.js.map