UNPKG

react-native-detect-frida

Version:

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

11 lines (9 loc) 170 B
export interface CheckStatus { id: number; name: string; state: boolean; } export interface RootCheckResult { isRooted: boolean; checkStatus: CheckStatus[]; }