Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/whoami/
H A Dindex.ts25 const { whoamiAsync } = await import('./whoamiAsync.js'); constant
26 return whoamiAsync().catch(logCmdError);
H A DwhoamiAsync.ts6 export async function whoamiAsync() { function
/expo/tools/src/publish-packages/tasks/
H A DcheckEnvironmentTask.ts19 const npmUser = await Npm.whoamiAsync();
/expo/tools/src/
H A DNpm.ts149 export async function whoamiAsync(): Promise<string | null> { function