Object.fromEntries() polyfill
npm install js-polyfill-object.fromentriesObject.fromEntries() polyfillProvides polyfill for Object.fromEntries().
Importing the module will automatically monkey-patch the Object class, adding the static method only if needed. If the functionality is already present, nothing is done.
``ts`
require('js-polyfill-object.fromentries');`
orts`
import 'js-polyfill-object.fromentries';`ts``
Object.fromEntries(...);