Skip to content

Instantly share code, notes, and snippets.

@tiptopcoder
Created January 14, 2020 16:59
Show Gist options
  • Save tiptopcoder/b1e70db6d1c2d4fad7ea1782731c749d to your computer and use it in GitHub Desktop.
Save tiptopcoder/b1e70db6d1c2d4fad7ea1782731c749d to your computer and use it in GitHub Desktop.
export const formatName = (firstName: string, lastName: string) => {
return `${firstName} ${lastName}`;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment