Show More
Commit Description:
merge
Commit Description:
merge
References:
File last commit:
Show/Diff file:
Action:
node_modules/core-js/library/fn/array/reverse.js | 4 lines | 138 B | application/javascript | JavascriptLexer |
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.reverse, arguments);
};