react-native-integrate
Version:
Automate integration of additional code into React Native projects
10 lines (9 loc) • 316 B
TypeScript
import { PromptTaskType } from '../types/mod.types';
export declare function promptTask(args: {
configPath: string;
packageName: string;
task: PromptTaskType;
}): Promise<void>;
export declare const runTask: typeof promptTask;
export declare const summary = "";
export declare const isSystemTask = true;