Skip to content

Instantly share code, notes, and snippets.

@basarat
Created March 11, 2016 01:42
Show Gist options
  • Save basarat/5c09912763d6788d3cdd to your computer and use it in GitHub Desktop.
Save basarat/5c09912763d6788d3cdd to your computer and use it in GitHub Desktop.
function toInt(str:string){
return str ? parseInt(str) : undefined;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment