/home/techb158/balavpn.abdallabala.com/node_modules/object.fromentries
NameSizeModeActions
test/-0777rm
.editorconfig2860666editdlrm
.eslintrc4910666editdlrm
.nycrc1390666editdlrm
auto.js360666editdlrm
CHANGELOG.md48850666editdlrm
implementation.js6680666editdlrm
index.js3900666editdlrm
LICENSE10710666editdlrm
package.json22040666editdlrm
polyfill.js1990666editdlrm
README.md23030666editdlrm
shim.js3310666editdlrm
Edit: /home/techb158/balavpn.abdallabala.com/node_modules/object.fromentries/shim.js (331B)
'use strict'; var getPolyfill = require('./polyfill'); var define = require('define-properties'); module.exports = function shimEntries() { var polyfill = getPolyfill(); define(Object, { fromEntries: polyfill }, { fromEntries: function testEntries() { return Object.fromEntries !== polyfill; } }); return polyfill; };