UNPKG

freerasp-react-native

Version:

React Native plugin for improving app security and threat monitoring on Android and iOS mobile devices.

8 lines (7 loc) 268 B
export interface PodfileMutationResult { contents: string; changed: boolean; missingAnchors: string[]; } declare const mutatePodfileForFreeraspSpm: (contents: string, enabled?: boolean) => PodfileMutationResult; export default mutatePodfileForFreeraspSpm;