Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
chain-able-deps / dist / loop / flipped / mapArrayFlipped.js
Size: Mime:
"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