forEach.js 165 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 define(['./make_', '../array/forEach', '../object/forOwn'], function (make, arrForEach, objForEach) { /** */ return make(arrForEach, objForEach); });