UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

7 lines (6 loc) 204 B
import { TextOrRegex } from '../types/mod.types'; export declare function findInsertionPoint(content: string, textOrRegex: TextOrRegex): { start: number; end: number; match: string | null; };