Repository URL to install this package:
|
Version:
1.1.16 ▾
|
const mapObjOrArrayKeys = require('../map/mapObjOrArrayKeys')
const flip2 = require('../../fp/flip2')
module.exports = function mapObjOrArrayKeysFlipped(array, iteratee) {
return mapObjOrArrayKeys(array, flip2(iteratee))
}