All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.full.map.key-by.js Maven / Gradle / Ivy

There is a newer version: 3.39.0
Show newest version
'use strict';
require('../../modules/es.map');
require('../../modules/esnext.map.key-by');
var call = require('../../internals/function-call');
var isCallable = require('../../internals/is-callable');
var path = require('../../internals/path');

var Map = path.Map;
var mapKeyBy = Map.keyBy;

module.exports = function keyBy(source, iterable, keyDerivative) {
  return call(mapKeyBy, isCallable(this) ? this : Map, source, iterable, keyDerivative);
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy