UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

4 lines 308 B
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