Your IP : 216.73.216.39


Current Path : /home/wirbesti/unwaehlbar.ch/node_modules/array.prototype.reduce/
Upload File :
Current File : /home/wirbesti/unwaehlbar.ch/node_modules/array.prototype.reduce/polyfill.js

'use strict';

var arrayMethodBoxesProperly = require('es-array-method-boxes-properly');

var implementation = require('./implementation');

module.exports = function getPolyfill() {
	var method = Array.prototype.reduce;
	return arrayMethodBoxesProperly(method) ? method : implementation;
};