Searched refs:getPrimary (Results 1 – 2 of 2) sorted by relevance
64 export function getPrimary<T extends { isPrimary?: boolean }>(items: T[]) { function
122 const phone = ContactUtils.getPrimary<Contacts.PhoneNumber>(contact.phoneNumbers ?? []);123 const email = ContactUtils.getPrimary<Contacts.Email>(contact.emails ?? []);