PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/fromentries

Просмотр файла: index.js

/*! fromentries. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
module.exports = function fromEntries (iterable) {
  return [...iterable].reduce((obj, [key, val]) => {
    obj[key] = val
    return obj
  }, {})
}

Выполнить команду


Для локальной разработки. Не используйте в интернете!