DIR: /proc/1784574/task/1784574/root/usr/share/nodejs/core-js/internals/ |
Current File : //proc/1784574/task/1784574/root/usr/share/nodejs/core-js/internals/get-map-iterator.js |
var call = require('../internals/function-call'); module.exports = function (it) { // eslint-disable-next-line es/no-map -- safe return call(Map.prototype.entries, it); }; |