UNPKG

react-native-integrate

Version:

Automate integration of additional code into React Native projects

4 lines (3 loc) 303 B
import { Prompt, ValidationType } from '../types/mod.types'; export declare function runPrompt(prompt: Prompt, packageName: string): Promise<void>; export declare function getValidate(validate: ValidationType | ValidationType[] | undefined): ((value: string) => string | Error | undefined) | undefined;