Home
last modified time | relevance | path

Searched defs:getUserAsync (Results 1 – 4 of 4) sorted by relevance

/expo/packages/@expo/cli/src/api/user/__mocks__/
H A Duser.ts1 export const getUserAsync = jest.fn(async () => ({})); constant
/expo/packages/@expo/cli/src/api/user/__tests__/
H A Duser-test.ts111 const { getUserAsync } = require('../user'); constant
/expo/packages/@expo/cli/src/api/user/
H A Duser.ts40 export async function getUserAsync(): Promise<Actor | undefined> { function
/expo/tools/src/
H A DGitHub.ts30 export async function getUserAsync(username: string) { function