module.exports = function (it) {
// eslint-disable-next-line es/no-set -- safe
return Set.prototype.values.call(it);
};