Version 1
[yaffs-website] / node_modules / grunt-uncss / node_modules / lodash / _metaMap.js
diff --git a/node_modules/grunt-uncss/node_modules/lodash/_metaMap.js b/node_modules/grunt-uncss/node_modules/lodash/_metaMap.js
new file mode 100644 (file)
index 0000000..0157a0b
--- /dev/null
@@ -0,0 +1,6 @@
+var WeakMap = require('./_WeakMap');
+
+/** Used to store function metadata. */
+var metaMap = WeakMap && new WeakMap;
+
+module.exports = metaMap;