UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

9 lines (8 loc) 285 B
import { ShellTaskType } from '../types/mod.types'; export declare function shellTask(args: { configPath: string; packageName: string; task: ShellTaskType; }): Promise<void>; export declare const runTask: typeof shellTask; export declare const summary = "shell execution";