Last active
February 20, 2019 14:38
-
-
Save OlivierJM/504b9475b80786c92d32025e2ec69257 to your computer and use it in GitHub Desktop.
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
import * as R from 'ramda' | |
const appendCountryCode = R.curry((number, code) => `${code} ${number}`); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment