mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 16:59:31 +08:00
7 lines
207 B
Text
7 lines
207 B
Text
var getNative = require('./_getNative'),
|
|
root = require('./_root');
|
|
|
|
/* Built-in method references that are verified to be native. */
|
|
var WeakMap = getNative(root, 'WeakMap');
|
|
|
|
module.exports = WeakMap;
|