aboutsummaryrefslogtreecommitdiff
path: root/node_modules/core-js/fn/weak-map.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/core-js/fn/weak-map.js')
-rw-r--r--node_modules/core-js/fn/weak-map.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/node_modules/core-js/fn/weak-map.js b/node_modules/core-js/fn/weak-map.js
new file mode 100644
index 000000000..00cac1adb
--- /dev/null
+++ b/node_modules/core-js/fn/weak-map.js
@@ -0,0 +1,4 @@
+require('../modules/es6.object.to-string');
+require('../modules/web.dom.iterable');
+require('../modules/es6.weak-map');
+module.exports = require('../modules/_core').WeakMap; \ No newline at end of file