Skip to content

Instantly share code, notes, and snippets.

@AmirTugi
Last active January 25, 2019 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmirTugi/071e58a028f9fddaab7abc53a8680dab to your computer and use it in GitHub Desktop.
Save AmirTugi/071e58a028f9fddaab7abc53a8680dab to your computer and use it in GitHub Desktop.
function purchasePizzaIngredients<P, T>() {
return {
purchaseToppings: (toppings: T) => {},
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment