UNPKG

foop

Version:

interfaces that describe their intentions.

7 lines (5 loc) 226 B
const mapObjOrArrayVals = require('../map/mapObjOrArrayVals') const flip2 = require('../../fp/flip2') module.exports = function mapObjOrArrayValsFlipped(array, iteratee) { return mapObjOrArrayVals(array, flip2(iteratee)) }