aboutsummaryrefslogtreecommitdiff
path: root/node_modules/lodash/_WeakMap.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/lodash/_WeakMap.js')
-rw-r--r--node_modules/lodash/_WeakMap.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/node_modules/lodash/_WeakMap.js b/node_modules/lodash/_WeakMap.js
new file mode 100644
index 0000000..567f86c
--- /dev/null
+++ b/node_modules/lodash/_WeakMap.js
@@ -0,0 +1,7 @@
+var getNative = require('./_getNative'),
+ root = require('./_root');
+
+/* Built-in method references that are verified to be native. */
+var WeakMap = getNative(root, 'WeakMap');
+
+module.exports = WeakMap;