Home
last modified time | relevance | path

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

/expo/tools/src/publish-packages/tasks/
H A DpublishPackages.ts28 const npmProfile = await Npm.getProfileAsync();
/expo/tools/src/
H A DNpm.ts63 export async function getProfileAsync(): Promise<ProfileType> { function