Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/logout/
H A Dindex.ts27 const { logoutAsync } = await import('../api/user/user.js'); constant
28 return logoutAsync().catch(logCmdError);
/expo/packages/@expo/cli/src/api/user/__tests__/
H A Duser-test.ts17 logoutAsync,
158 describe(logoutAsync, () => {
165 await logoutAsync();
176 await logoutAsync();
/expo/packages/@expo/cli/src/api/user/
H A Duser.ts93 export async function logoutAsync(): Promise<void> { function