Skip to content

Instantly share code, notes, and snippets.

@JWLangford
Created October 4, 2022 07:17
Show Gist options
  • Save JWLangford/df92b816b685a3df5c4e19c84506c117 to your computer and use it in GitHub Desktop.
Save JWLangford/df92b816b685a3df5c4e19c84506c117 to your computer and use it in GitHub Desktop.
export const userFunc = (user: string) => {
return `Here is your user: ${user}`;
};
export const newUserFunc = (user: string) => {
return `Here is your new user: ${user}`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment