You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
659 B
25 lines
659 B
3 years ago
|
diff --git a/node_modules/object.values/index.js b/node_modules/object.values/index.js
|
||
3 years ago
|
index abf0449..2dc8083 100644
|
||
3 years ago
|
--- a/node_modules/object.values/index.js
|
||
|
+++ b/node_modules/object.values/index.js
|
||
3 years ago
|
@@ -1,18 +1,3 @@
|
||
3 years ago
|
'use strict';
|
||
|
|
||
|
-var define = require('define-properties');
|
||
3 years ago
|
-var callBind = require('call-bind');
|
||
3 years ago
|
-
|
||
|
-var implementation = require('./implementation');
|
||
|
-var getPolyfill = require('./polyfill');
|
||
|
-var shim = require('./shim');
|
||
|
-
|
||
3 years ago
|
-var polyfill = callBind(getPolyfill(), Object);
|
||
3 years ago
|
-
|
||
|
-define(polyfill, {
|
||
|
- getPolyfill: getPolyfill,
|
||
|
- implementation: implementation,
|
||
|
- shim: shim
|
||
|
-});
|
||
|
-
|
||
|
-module.exports = polyfill;
|
||
|
+module.exports = Object.values;
|