5 lines
134 B
JavaScript
Raw Normal View History

2019-09-13 11:27:52 +07:00
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.pop, arguments);
};