UNPKG

look

Version:

Performance profiler based on nodetime

7 lines 187 B
if (!Array.prototype.forEach) { Array.prototype.forEach = function (fn, scope) { for(var i = 0, len = this.length; i < len; ++i) { fn.call(scope || this, this[i], i, this); } } }