mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 01:59:31 +08:00
7 lines
195 B
Text
7 lines
195 B
Text
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;
|