mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
var getNative = require('./getNative');
|
|
|
|
/* Built-in method references that are verified to be native. */
|
|
var Map = getNative(global, 'Map');
|
|
|
|
module.exports = Map;
|