Skip to content

Instantly share code, notes, and snippets.

@diegogriep
Last active June 1, 2020 11:59
Show Gist options
  • Save diegogriep/9a6f590511462695206bb4c61cea0023 to your computer and use it in GitHub Desktop.
Save diegogriep/9a6f590511462695206bb4c61cea0023 to your computer and use it in GitHub Desktop.
function returnTheSameArguments<T>(param: T): T {
return param;
}
let showMessage = returnTheSameArguments("Qual conhecimento você compartilhou hoje?");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment