UNPKG

@embrace-io/react-native

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