summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/_Map.js
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wiki/ImportarDesdeURL/node_modules/lodash/_Map.js')
-rw-r--r--bin/wiki/ImportarDesdeURL/node_modules/lodash/_Map.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/wiki/ImportarDesdeURL/node_modules/lodash/_Map.js b/bin/wiki/ImportarDesdeURL/node_modules/lodash/_Map.js
new file mode 100644
index 00000000..b73f29a0
--- /dev/null
+++ b/bin/wiki/ImportarDesdeURL/node_modules/lodash/_Map.js
@@ -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;