UNPKG

react-native-detect-frida

Version:

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

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