Searched defs:getUserAsync (Results 1 – 4 of 4) sorted by relevance
1 export const getUserAsync = jest.fn(async () => ({})); constant
111 const { getUserAsync } = require('../user'); constant
40 export async function getUserAsync(): Promise<Actor | undefined> { function
30 export async function getUserAsync(username: string) { function