UNPKG

react-native-detect-frida

Version:

A React-Native library to detect if frida server is running or not

10 lines 205 B
interface CheckStatus { id: number; name: string; state: boolean; } interface RootCheckResult { isRooted: boolean; checkStatus: CheckStatus[]; } //# sourceMappingURL=ValueTypes.d.ts.map