Files
2023-07-12 16:31:19 +01:00

8 lines
195 B
JavaScript
Executable File

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;