Skip to content

RealCoolSnow/js-polyfill-object.fromentries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Object.fromEntries() polyfill

Provides polyfill for Object.fromEntries().

Usage

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.

require('js-polyfill-object.fromentries');

or

import 'js-polyfill-object.fromentries';
Object.fromEntries(...);

About

polyfill for Object.fromEntries()

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published