summaryrefslogtreecommitdiff
path: root/bin/wiki/ImportarDesdeURL/node_modules/lodash/_Map.js
blob: b73f29a0f9da60ee0e6fcdb06ad0e57aa17982f7 (plain)
1
2
3
4
5
6
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;