Searched refs:whoamiAsync (Results 1 – 4 of 4) sorted by relevance
25 const { whoamiAsync } = await import('./whoamiAsync.js'); constant26 return whoamiAsync().catch(logCmdError);
6 export async function whoamiAsync() { function
19 const npmUser = await Npm.whoamiAsync();
149 export async function whoamiAsync(): Promise<string | null> { function