export function uniqueId()

in src/utils/unique-id.ts [4:6]


export function uniqueId(): string {
  return `__primer_id_${idSeed++}`
}