/
home
/
infinitibizsol
/
testingcrm.infinitibizsol.com
/
node_modules
/
es-abstract
/
helpers
/
File Upload :
llllll
Current File: /home/infinitibizsol/testingcrm.infinitibizsol.com/node_modules/es-abstract/helpers/reduce.js
'use strict'; module.exports = function reduce(arr, fn, init) { var acc = init; for (var i = 0; i < arr.length; i += 1) { acc = fn(acc, arr[i], i); } return acc; };
Copyright ©2k19 -
Hexid
|
Tex7ure