Files
lodash/internal/Map.js
John-David Dalton 0646bacd86 Bump to v4.0.0.
2016-01-12 08:28:18 -08:00

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;