UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

14 lines (13 loc) 404 B
import { JsonTaskType } from '../types/mod.types'; export declare function jsonTask(args: { configPath: string; packageName: string; content: Record<string, any>; task: JsonTaskType; }): Record<string, any>; export declare function runTask(args: { configPath: string; packageName: string; task: JsonTaskType; }): void; export declare const summary = "Json file modification";