UNPKG

foop

Version:

interfaces that describe their intentions.

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