File size: 193 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 Set = getNative(root, 'Set');
export default Set;
|