mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-04 12:40:05 +02:00
add some packages
This commit is contained in:
3
node_modules/core-js/modules/_is-object.js
generated
vendored
Normal file
3
node_modules/core-js/modules/_is-object.js
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function (it) {
|
||||
return typeof it === 'object' ? it !== null : typeof it === 'function';
|
||||
};
|
Reference in New Issue
Block a user