UNPKG

foop

Version:

interfaces that describe their intentions.

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