Skip to content

Instantly share code, notes, and snippets.

@diegogriep
Last active May 31, 2020 01:31
Show Gist options
  • Save diegogriep/5e63c917e86294002f9a98b76db91d93 to your computer and use it in GitHub Desktop.
Save diegogriep/5e63c917e86294002f9a98b76db91d93 to your computer and use it in GitHub Desktop.
function returnTheSameArguments(arg: number): number {
return arg;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment