ohctechv3/.svn/pristine/a9/a9e89538cbff06454dbf820e151b7710cfeba58e.svn-base

8 lines
193 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
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;