HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/nodejs/core-js/internals/
Upload File :
Current File : //proc/self/root/usr/share/nodejs/core-js/internals/get-set-iterator.js
var call = require('../internals/function-call');

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