Created
April 19, 2016 17:50
-
-
Save AlexandreBonaventure/6cd13ac1b06f9f8f4e9ba8d49f19047c to your computer and use it in GitHub Desktop.
utils (es6)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const castToNumber = (string) => parseInt(string) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment