DIR: /proc/1784574/root/usr/share/node_modules/core-js/internals/ |
Current File : //proc/1784574/root/usr/share/node_modules/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); }; |