DIR: /proc/1991109/cwd/usr/share/nodejs/core-js/internals/ |
Current File : //proc/1991109/cwd/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); }; |