Skip to content

Instantly share code, notes, and snippets.

@KwabenBerko
Created December 25, 2019 23:35
Show Gist options
  • Save KwabenBerko/6ca3aa98e49063ce7c60683f2341f059 to your computer and use it in GitHub Desktop.
Save KwabenBerko/6ca3aa98e49063ce7c60683f2341f059 to your computer and use it in GitHub Desktop.
UserService
export const findByEmail = (email: string): Promise<User> => {
// Some Logic
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment