Version 1
[yaffs-website] / node_modules / grunt-legacy-log-utils / node_modules / lodash / _Map.js
diff --git a/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Map.js b/node_modules/grunt-legacy-log-utils/node_modules/lodash/_Map.js
new file mode 100644 (file)
index 0000000..b73f29a
--- /dev/null
@@ -0,0 +1,7 @@
+var getNative = require('./_getNative'),
+    root = require('./_root');
+
+/* Built-in method references that are verified to be native. */
+var Map = getNative(root, 'Map');
+
+module.exports = Map;