Home
last modified time | relevance | path

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

/expo/packages/@expo/config/build/
H A DresolvePackageJson.d.ts1 export declare function getRootPackageJsonPath(projectRoot: string): string; function
H A DresolvePackageJson.js28 function getRootPackageJsonPath(projectRoot) { function
/expo/packages/@expo/config/src/
H A DresolvePackageJson.ts6 export function getRootPackageJsonPath(projectRoot: string): string { function