Files
2026-05-03 16:55:22 +05:30

8 lines
195 B
JavaScript
Executable File

var getNative = require('./_getNative'),
root = require('./_root');
/* Built-in method references that are verified to be native. */
var Set = getNative(root, 'Set');
module.exports = Set;