Version 1
[yaffs-website] / node_modules / uncss / node_modules / lodash / internal / WeakMap.js
diff --git a/node_modules/uncss/node_modules/lodash/internal/WeakMap.js b/node_modules/uncss/node_modules/lodash/internal/WeakMap.js
new file mode 100644 (file)
index 0000000..c880f2d
--- /dev/null
@@ -0,0 +1,6 @@
+var getNative = require('./getNative');
+
+/* Built-in method references that are verified to be native. */
+var WeakMap = getNative(global, 'WeakMap');
+
+module.exports = WeakMap;