Skip to content

Instantly share code, notes, and snippets.

@BenBrostoff
Created January 10, 2019 22:33
Show Gist options
  • Save BenBrostoff/a77c068e8e8d41191d434077b95cff8e to your computer and use it in GitHub Desktop.
Save BenBrostoff/a77c068e8e8d41191d434077b95cff8e to your computer and use it in GitHub Desktop.
TS promise
const getUserProfile = (id: number): Promise<UserProfile> => lookupProfile(id);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment