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