How to use the pair function from ramda

Find comprehensive JavaScript ramda.pair code examples handpicked from public code repositorys.

3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
* @category Object
* @sig String -> a -> {String:a}
* @param {String} key
* @param {*} val
* @return {Object}
* @see R.pair
* @example
*
*      var matchPhrases = R.compose(
*        R.objOf('must'),
fork icon0
star icon0
watch icon0

+ 35 other calls in file

Other functions in ramda

Sorted by popularity

function icon

ramda.clone is the most popular function in ramda (30311 examples)