Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/prebuild/
H A DresolveTemplate.ts20 type RepoInfo = { alias
59 async function getRepoInfo(url: any, examplePath?: string): Promise<RepoInfo | undefined> {
85 function hasRepo({ username, name, branch, filePath }: RepoInfo) {
94 { username, name, branch, filePath }: RepoInfo
117 let repoInfo: RepoInfo | undefined;