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 / mapObjOrArrayFlipped.js
Size: Mime:
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var mapObjOrArray_1 = require("../map/mapObjOrArray");
var flip2_1 = require("../../fp/flip2");
function mapObjOrArrayFlipped(array, iteratee) {
    return mapObjOrArray_1.default(array, flip2_1.default(iteratee));
}
exports.default = mapObjOrArrayFlipped;
//# sourceMappingURL=mapObjOrArrayFlipped.js.map