File size: 205 Bytes
bc20498 |
1 2 3 4 5 6 7 8 |
import getNative from './_getNative.js';
import root from './_root.js';
/* Built-in method references that are verified to be native. */
var WeakMap = getNative(root, 'WeakMap');
export default WeakMap;
|