Repository URL to install this package:
|
Version:
6.0.4 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var mapObjOrArrayVals_1 = require("../map/mapObjOrArrayVals");
var flip2_1 = require("../../fp/flip2");
function mapObjOrArrayValsFlipped(array, iteratee) {
return mapObjOrArrayVals_1.default(array, flip2_1.default(iteratee));
}
exports.default = mapObjOrArrayValsFlipped;
//# sourceMappingURL=mapObjOrArrayValsFlipped.js.map