UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

3 lines (2 loc) 240 B
export declare function findLineStart(content: string, characterIndex: number, minIndex?: number, includeLineBreak?: boolean): number; export declare function findLineEnd(content: string, characterIndex: number, maxIndex?: number): number;