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