Skip to content

Instantly share code, notes, and snippets.

@AlexandreBonaventure
Created April 19, 2016 17:50
Show Gist options
  • Save AlexandreBonaventure/6cd13ac1b06f9f8f4e9ba8d49f19047c to your computer and use it in GitHub Desktop.
Save AlexandreBonaventure/6cd13ac1b06f9f8f4e9ba8d49f19047c to your computer and use it in GitHub Desktop.
utils (es6)
export const castToNumber = (string) => parseInt(string)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment