INNER CODE UNIT · TypeScript

getUserID

Flaque/quirk · src/id/index.ts:52

export async function getUserID(): Promise<string> {
  const id = await idstore.getUserID();
  if (!id) {
    await identify();
    return idstore.getUserID();
  }

  return id;
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…