mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 20:40:07 +02:00
add some packages
This commit is contained in:
4
node_modules/core-js/fn/array/unshift.js
generated
vendored
Normal file
4
node_modules/core-js/fn/array/unshift.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
// for a legacy code and future fixes
|
||||
module.exports = function () {
|
||||
return Function.call.apply(Array.prototype.unshift, arguments);
|
||||
};
|
Reference in New Issue
Block a user