Skip to content

Instantly share code, notes, and snippets.

@OlivierJM
Last active February 20, 2019 14:38
Show Gist options
  • Save OlivierJM/504b9475b80786c92d32025e2ec69257 to your computer and use it in GitHub Desktop.
Save OlivierJM/504b9475b80786c92d32025e2ec69257 to your computer and use it in GitHub Desktop.
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