securityos/node_modules/core-js/fn/array/pop.js

5 lines
134 B
JavaScript
Raw Normal View History

2024-09-06 15:32:35 +00:00
// for a legacy code and future fixes
module.exports = function () {
return Function.call.apply(Array.prototype.pop, arguments);
};