UNPKG

react-native-detect-frida

Version:

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

12 lines (10 loc) 218 B
interface CheckStatus { id: number; name: string; state: boolean; } // eslint-disable-next-line @typescript-eslint/no-unused-vars interface RootCheckResult { isRooted: boolean; checkStatus: CheckStatus[]; }