Home
last modified time | relevance | path

Searched defs:getSlugPrompt (Results 1 – 3 of 3) sorted by relevance

/expo/packages/create-expo-module/build/
H A Dprompts.d.ts2 export declare function getSlugPrompt(customTargetPath?: string | null): PromptObject<string>; function
H A Dprompts.js16 function getSlugPrompt(customTargetPath) { function
/expo/packages/create-expo-module/src/
H A Dprompts.ts14 export function getSlugPrompt(customTargetPath?: string | null): PromptObject<string> { function