UNPKG

react-native-detect-frida

Version:

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

3 lines 156 B
import type { RootCheckResult } from './ValueTypes'; export declare function isDeviceRooted(): Promise<RootCheckResult>; //# sourceMappingURL=index.d.ts.map