Home
last modified time | relevance | path

Searched refs:promptQuestionsAsync (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/generate-module/
H A DgenerateModuleAsync.ts8 import promptQuestionsAsync from './promptQuestionsAsync';
39 const configuration = await promptQuestionsAsync(newModuleName);
H A DpromptQuestionsAsync.ts112 export default async function promptQuestionsAsync( function