UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

3 lines (2 loc) 180 B
import { TextOrFileValue } from '../types/mod.types'; export declare function getModContent(configPath: string, packageName: string, textOrFile: TextOrFileValue): Promise<string>;