7ad2aa66bb
Co-authored-by: tbarnes94 <tbarnes94@users.noreply.github.com>
7 lines
207 B
JavaScript
7 lines
207 B
JavaScript
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;
|