UNPKG

@embrace-io/react-native

Version:
4 lines (3 loc) 201 B
declare const hasMatch: (lines: string[], substring: string) => string | undefined; declare const addAfter: (lines: string[], matcher: RegExp, toAdd: string) => boolean; export { hasMatch, addAfter };