Skip to content

Instantly share code, notes, and snippets.

@aherve
Created March 6, 2017 11:42
Show Gist options
  • Select an option

  • Save aherve/66cee6a8a6fe3acd37a378d23de873cc to your computer and use it in GitHub Desktop.

Select an option

Save aherve/66cee6a8a6fe3acd37a378d23de873cc to your computer and use it in GitHub Desktop.
function addOne (i: number): number { return i + 1 }
addOne('1')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment