synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
4 lines • 308 B
TypeScript
import { UserProfile } from '@sage-bionetworks/synapse-types';
export declare function getDisplayName(firstName: string | null, lastName: string | null, userName?: string): string;
export declare function getDisplayNameFromProfile(userProfile: UserProfile): string;
//# sourceMappingURL=DisplayUtils.d.ts.map