HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/collect.js/dist/methods/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/collect.js/dist/methods/mapInto.js
'use strict';

module.exports = function mapInto(ClassName) {
  return this.map(function (value, key) {
    return new ClassName(value, key);
  });
};